摘要: A:常见构造方法 * public String():空构造 * public String(byte[] bytes):把字节数组转成字符串 * public String(byte[] bytes,int index,int length):把字节数组的一部分转成字符串 * public Str 阅读全文
posted @ 2021-01-13 17:08 myWang 阅读(136) 评论(0) 推荐(0)
摘要: A:常见构造方法 * public String():空构造 * public String(byte[] bytes):把字节数组转成字符串 * public String(byte[] bytes,int index,int length):把字节数组的一部分转成字符串 * public Str 阅读全文
posted @ 2021-01-13 17:06 myWang 阅读(225) 评论(0) 推荐(0)