String构造
可以通过两种方式构造String:
1. 字符串常量:String firstName = “George”;
2. new关键字:String lastName = new String(“Washington”);
863KB
文件大小:
评论区