for next 如何换行
<%
dim i
for i=1 to 312
response.write i
next
%>
这样输出是一行,怎样能把它分成二行或三行
<%
dim i
for i=1 to 312
response.write i
next
%>
这样输出是一行,怎样能把它分成二行或三行
2006-12-05 09:17
2006-12-05 09:30

2006-12-05 09:45
2006-12-05 10:20
2006-12-05 10:36
2006-12-05 19:12