摘要: 解析字符串: 封装一个解析字符串的工具类,方便调用 public static String readStream(InputStream is){ try{ ByteArrayOutputStream baos = new ByteArrayOutputStream(); int len = 0; 阅读全文
posted @ 2016-03-09 14:06 cdy_昵称 阅读(148) 评论(0) 推荐(0)