摘要:
1. String字符串 String s = "abcdefg"; String s1 = new String("abcdefg"); String s2 = new String("abcdefg"); String是一个类,s叫做String类的对象 s1是通过new创建出来的String类 阅读全文
posted @ 2022-07-20 22:09
小赖的博客
阅读(44)
评论(0)
推荐(0)
浙公网安备 33010602011771号