<% dim j dim RR RR=9 dim Content() j=0 Redim Content(RR) '这样算不算 for i=0 to 9 do while j<(i+1)*10 Content(i)=Content(i)&j j=j+1 loop Response.Write Content(i)&"<br>" Next for i= 0 to 9 Response.Write Content(i)&"<br>" Next %>
以下是引用caiyakang在2005-12-8 15:55:00的发言: <% dim j dim RR RR=9 dim Content() j=0 Redim Content(RR) '这样算不算 for i=0 to 9 do while j<(i+1)*10 Content(i)=Content(i)&j j=j+1 loop Response.Write Content(i)&"<br>" Next for i= 0 to 9 Response.Write Content(i)&"<br>" Next %>