<%
str1="hello,spell,i,love,you"
aa= split(str1,",")'这里已经生成了一个数组aa,aa的内容是从str1中以‘,’为分格出来的!
for i=0 to Ubound(aa)'开始去的各个ID,i 是下标
response.write(aa(i)&" ")
next
%>
str1="hello,spell,i,love,you"
aa= split(str1,",")'这里已经生成了一个数组aa,aa的内容是从str1中以‘,’为分格出来的!
%>

![[手游] 三网H5小游戏【少年仙路】WIN系服务端+Linux手工服务端+详细搭建教程](https://cdn.jxasp.com:9143/image/20260615/136BC33AA47EB0D84E878835A8B38FDB.png)

















