读取内容存为String
public static String parseJSONFile(String filename) throws JSONException, IOException {
String content = new String(Files.readAllBytes(Paths.get(filename)))
return content
}
public static String parseJS读取内容存为String
public static String parseJSONFile(String filename) throws JSONException, IOException {
String content = new String(Files.readAllBytes(Paths.get(filename)))
return content
}
public static String parseJS