标题:关于asp中的函数split
取消只看楼主
renxiaoyi
Rank: 2
等 级:论坛游民
帖 子:59
专家分:16
注 册:2010-8-23
结帖率:33.33%
已结贴  问题点数:5 回复次数:0 
关于asp中的函数split
Dim MyString
MyString = Split("VBScriptXisXfun!", "x", -1, 1)
' MyString(0) 包含"VBScript"。
' MyString(1) 包含"is"。
' MyString(2) 包含 "fun!"。
response.Write(MyString(0))&"<br>"
response.Write(MyString(1))&"<br>"
response.Write(MyString(2))


上面的 参数 里面 -1 1 这里起到什么作用?
搜索更多相关主题的帖子: asp 
2012-05-07 10:46



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-367106-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.083192 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved