To write the json to a file will use FileWriter from java.io package. /* write the complex object to a file */ try { FileWriter file = new ...
確定! 回上一頁