2018年6月2日
摘要: 字符串 常用方法:获得字符串长度:length()比较字符串:equals()连接字符串:concat()提取字符串:substring()搜索字符串:index()拆分字符串:split()转换成String类型:toString()连接字符串:append()插入字符串:insert() 案例: 阅读全文
posted @ 2018-06-02 08:09 树笙乐 阅读(5091) 评论(0) 推荐(0)