数据库中已添加数据成功,但asp页面中无数据?(即代码中25行)。我改为了你说的用变量后,17行的又不显示

1<tablewidth="602"height="492"border="0"align="center">2<tr>3<tdcolspan="2"><divalign... 1<table width="602" height="492" border="0" align="center">
2<tr>
3<td colspan="2"><div align="center" class="style3">
4<% If Recordset1.EOF And Recordset1.BOF Then %>
5暂无被解答的问题
6<% End If ' end Recordset1.EOF And Recordset1.BOF %>
7</div></td>
8 </tr>
9<tr>
10 <td height="18" colspan="2"> </td>
11</tr>
12<%
13While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
14%>
15<tr>
16<td width="429" height="30"><div align="left"><span class="style2"><img 17src="photos/affel_ICOs_038.png" width="38" height="26"><%= (Recordset1.Fields.Item("student_id").Value)%>:<%=(Recordset1.Fields.Item("q_content").Value)%></span></div></td>
18 <td width="163"><p> </p>
19 <p><%=(Recordset1.Fields.Item("q_time").Value)%></p></td>
20</tr>
21<tr>
22 <td height="33" colspan="2"><img src="photos/89.jpg" width="38" height="29">回复:<%=(Recordset1.Fields.Item("admin_name").Value)%></td>
23</tr>
24 <tr>
25<td height="33" colspan="2"><%=(Recordset1.Fields.Item("a_content").Value)%></td>
26</tr>
27<tr>
28 <td colspan="2" align="right"><%=(Recordset1.Fields.Item("a_time").Value)%> 29</td>
30 </tr>
展开
 我来答
浩睿1026
推荐于2016-05-09 · 超过15用户采纳过TA的回答
知道答主
回答量:60
采纳率:0%
帮助的人:42.2万
展开全部
太巧了,我竟然看到了你的问题

呵呵
在sql查询并判断记录集不为空后,将Recordset1.Fields.Item("q_content").Value的值赋给一变量

dim b
b=Recordset1.Fields.Item("q_content").Value
17行输出这样写
17src="photos/affel_ICOs_038.png" width="38" height="26"><%= (Recordset1.Fields.Item("student_id").Value)%>:<%=b%></span></div></td>
更多追问追答
追问
我之前那样改过,仍旧不显示。能再帮帮我吗?
追答
你把所有要输出的都定义变量并且赋值,哪个不显示,你就在变量赋值后response.write 
比如:17行不是不显示吗
dim b
b=Recordset1.Fields.Item("q_content").Value
response.write b
看是否有显示
来自:求助得到的回答
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式