copyValueOf()只能应用于将字符数组或其一部分转换为字符串;
String类非常强大的一个功能,直接将基本数据类型与引用数据类型都可以转换为字符串:
static valueOf()主要作用将基本数据类型转换为字符串,也可以转换字符数组。
copyValueOf()只能应用于将字符数组或其一部分转换为字符串;
String类非常强大的一个功能,直接将基本数据类型与引用数据类型都可以转换为字符串:
static valueOf()主要作用将基本数据类型转换为字符串,也可以转换字符数组。
file:///C:/Users/LiuKe/Documents/My%20Knowledge/temp/ca6a928b-50e5-41d5-bb4c-e7cac371fcb5_4_files/106a6c71-49d6-4151-9a43-f58c94a67047.pngfile:///C:/Users/LiuKe/Documents/My%20Knowledge/temp/ca6a928b-50e5-41d5-bb4c-e7cac371fcb5_4_files/cfaf2ecc-cc43-43fc-b6fb-2b3d78ca5fc9.png
file:///C:/Users/LiuKe/Documents/My%20Knowledge/temp/ca6a928b-50e5-41d5-bb4c-e7cac371fcb5_4_files/106a6c71-49d6-4151-9a43-f58c94a67047.pngfile:///C:/Users/LiuKe/Documents/My%20Knowledge/temp/ca6a928b-50e5-41d5-bb4c-e7cac371fcb5_4_files/cfaf2ecc-cc43-43fc-b6fb-2b3d78ca5fc9.png
|
|