摘要: 1、字符串处理 求子串。HelloWorld //5<=n<9 String str="HelloWorld"; str=str.substring(5,10); --即可求出World 测试字符串是否相等。equals Object equals 比较内存地址 String equals 比较内容 阅读全文
posted @ 2017-03-20 22:13 凯西_Casey 阅读(123) 评论(0) 推荐(0) 编辑