2014年6月20日
摘要: 非常非常常用的一个函数Split字符串分割函数。Dim myTestmyTest = "aaa/bbb/ccc/ddd/eee/fff/ggg"Dim arrTestarrTest = Split(myTest , "/" , -1 , 1)Dim iFor i = 0 to ubound(arrT... 阅读全文
posted @ 2014-06-20 19:55 信平 阅读(470) 评论(0) 推荐(0) 编辑