![]() |
#2
gameboyhxm2006-01-01 23:20
|
源代码如下:
<%
While ((Repeat2__numRows <> 0) AND (NOT Recstock.EOF))
%>
<table width="100%" >
<tr>
<td><%=(Recstock.Fields.Item("stock_time").Value)%>此为我数据库里的</td>
</tr>
</table>
<%
Repeat2__index=Repeat2__index+1
Repeat2__numRows=Repeat2__numRows-1
Recstock.MoveNext()
Wend
%>
我想得到的效果如下:
