标签:lips com eclips image highlight 手册 string class div
os :windows7 x64
jdk:jdk-8u131-windows-x64
ide:Eclipse Oxygen Release (4.7.0)
code:
package jizuiku.t01; public class Demo { public static void main(String[] args) { char[] data = { ‘a‘, ‘b‘, ‘c‘ }; String str = new String(data); System.out.println(str); } }
result:
Java优秀,值得学习。
学习资源:API手册+Java源码。
JavaSE8基础 String 通过构造方法 将一维char数组化为String
标签:lips com eclips image highlight 手册 string class div
原文地址:http://www.cnblogs.com/jizuiku/p/7469033.html