Reader xmlSource = new FileReader("path/to/file.xml"); JSONObject json = XML.toJSONObject(xmlSource); System.out.println(json);.
確定! 回上一頁