java:String类的概述和构造方法

public class Demo2_stringCon { // public string(); // public string(byte[]bytes);把字节数组转换成字符串 // public string(byte[]bytes,int index,int length);把字节数组的一部分转换成字符串 // public string(char[]value);把字符数组转换成字
相关文章
相关标签/搜索