摘要: 目 录(本篇字数:1621)介绍代码演示一、拆分字符串:str.split("")二、提取字符串:str.substring(start,end)三、替换字符串:str.replace(old,new)四、提取字符:str.charAt(int index)五、... 阅读全文
posted @ 2018-08-01 11:54 爱写Bug的程序猿 阅读(799) 评论(0) 推荐(0) 编辑