摘要: substring 提取字符串中介于两个指定下标之间的字符 语法:str.substring(indexStart[,indexEnd]) 参数:indexStart:要提取的第一个字符在字符串的位置。必需 indexEnd:比要提取的子串的最后一个字符在字符串中的位置多 1。 (1)如果index 阅读全文
posted @ 2018-10-22 21:01 懒懒同学不懒 阅读(203) 评论(0) 推荐(0) 编辑