数据库中已经添加数据成功了,但asp页面中没显示数据? (即下面代码中25行)
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>