JSONParser parser = new JSONParser(); Object obj = parser.parse(new FileReader("...")); //the location of the file JSONObject jsonObject ...
確定! 回上一頁