- 博客(1)
- 收藏
- 关注
原创 JAVA字符串操作总结与提升
创建一个字符串 1.直接创建: String s="hello word"; //判断是否为空串: s==""; 2.使用new运算符创建: String s=new String ("hello word"); //判断是否为空对象:s==null; 字符串的的拼接使用+,如: String s1="hello"; String s2="word"; System.out.println(...
2020-02-10 22:07:04 286
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人