对于输出大量连接而成的字符串,通常使用以下方法:
<%
For i=1 to 10
a=a & i
Next
Response.Write (a)
%>
但如果面对很大的数量,如
For i=1 to 50000