首 页 ASP ASP.NET PHP JSP Ajax DIV+CSS JavaScript XML C#
MySQL MSSQL Access Oracle Linux Server 电脑技巧 网络安全 建站经验 其它

简单入门ASP变量

整理日期:2008年08月13日 【字体:


伊图教程网[www.etoow.com]
http://www.etoow.com/html/2008-08/1218592876.html
  <html>

  <body>

  <%

  Dim fname(5),i

  fname(0) = "George"

  fname(1) = "John"

  fname(2) = "Thomas"

  fname(3) = "James"

  fname(4) = "Adrew"

  fname(5) = "Martin"

  For i = 0 to 5

   response.write(fname(i) & "<br />")

  Next

  %>

  </body>

  </html>
简单入门ASP变量
'http://www.etoow.com/html/2008-08/1218592876.html
1
 
23
信息搜索
  
联系我们关于本站广告服务设为首页 收藏本站友情链接网站地图
Copyright © Etoow.com Inc. All Rights Reserved