2016年12月20日
摘要: 1.1、字节与字符串相互转换 |-字节-->String:public String(byte[] bytes) 范例:字节-->字符串 public class Demo1 { public static void main(String[] args) { String str="hello w 阅读全文
posted @ 2016-12-20 22:19 johney_jin 阅读(1364) 评论(0) 推荐(0)