说明:ASP中Split函数的用法 分割截取字符串看几个例子就能理解了
代码如下:mystr=”1,2,3,4,5″ mystr=split(mystr,”,”) for i=0 to ubound(mystr) response.write mystr(i) next ‘返回值为123456
mystr=”xlei.net/http/student/x/index.asp” mystr=split(mystr,”/http/student”) for i=0 to ubound(mystr) r <weixin_38590355> 上传 | 大小:38kb