摘要: //从给定位置读取Json文件 public String readJson(String path){ //从给定位置获取文件 File file = new File(path); BufferedReader reader = null; //返回值,使用StringBuffer String 阅读全文
posted @ 2016-04-20 14:16 风又奈何 阅读(3041) 评论(0) 推荐(1)