public static void main(String [] args) throws Exception{. FileWriter fw = new FileWriter("gg.txt", true); fw.write("你好!!"); fw.close(); }
確定! 回上一頁