摘要:
1、文件的编码 public class EncodeDemo{ String s = "慕课ABC"; byte[] bytes1 = s.getBytes(); //字符串转换成byte数组 for(byte b : bytes1){ //把字节(转换成了int)以16进制的方式显示 Syste 阅读全文
posted @ 2017-02-27 14:38
vcr_玄子
阅读(126)
评论(0)
推荐(0)
2017年2月27日