您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. ASP中Split分割字符串函数的实例用法

  2. ASP中Split函数的用法,用split分割截取字符串,看几个例子就能理解了
  3. 所属分类:其它

    • 发布日期:2020-10-27
    • 文件大小:36864
    • 提供者:weixin_38690402
  1. ASP中Split分割字符串函数的实例用法

  2. 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
  3. 所属分类:其它

    • 发布日期:2021-01-02
    • 文件大小:38912
    • 提供者:weixin_38590355