String 常用函数
摘要:
判断字符串是否包含指定字符str.contains("string"); 查找指定字符索引str.indexOf("s"'); 查找最后出现的字符索引str.iLastIndexOf("s"); 分割字符串 注意函数名称是substring不是subString 索引方式遍历字符串char a = 阅读全文
posted @ 2019-04-15 16:22 COMPLEX-B 阅读(156) 评论(0) 推荐(0) 编辑