摘要: 原文来自: 【100脚本网 http://www.pc100.net/ 】一、几个字符串处理的基本函数 a)子串定位——获取子串在原字串中的位置(不是数组下标,而是第几个)1functionpos('子串','原字符串'):integer说明:当有中文时,最好这样用:pos('子串',wideStr... 阅读全文
posted @ 2015-05-15 13:44 SchrodingerCat 阅读(862) 评论(0) 推荐(0) 编辑