摘要:
String对象提供的方法用于处理字符串及字符。常用的一些方法:charAt(index):返回字符串中index处的字符。indexOf(searchValue,[fromIndex]):该方法在字符串中寻找第一次出现的searchValue。如果给定了fromIndex,则从字符串内该位置开始搜... 阅读全文
posted @ 2014-06-15 22:48
Tracy-zdy
阅读(160)
评论(0)
推荐(0)