浅谈字符串比较

前一段时间自己想写几行代码,所以就有了以下的代码: public class TestString_1 { public static void main(String[] args) { String str1="this is test"; String str2="this is test"; String str3=new String("this is test"); String str4=new String("this is test"); System...
默认分类 | 2017-04-18 15:00 | 阅读 845 次 | 评论 0 条
文章分类
最新评论