摘要:
1.字符串基础 概念:字符串本质是打包字符数组的对象,是java.lang.String类的实例 2.字符串的构造方法 public String() public String(byte[] bytes) public String(byte[] bytes, int offset, int length) public String(char[] value) ... 阅读全文
posted @ 2015-07-11 17:01
Kimisme
阅读(729)
评论(0)
推荐(0)

浙公网安备 33010602011771号