摘要: 1 public static void change(String filepath) throws UnsupportedEncodingException, IOException{ 2 BufferedReader buf = null; 3 OutputStreamWriter pw=null; 4 String str = null; 5 String allstr=""; 6 7 //用于输入换行符的字节码 8 byte[] c=new byte[2]; 9 c[0]=0x0d;1... 阅读全文
posted @ 2013-12-19 16:37 踏刃而起 阅读(5259) 评论(0) 推荐(0)