如果你只是要輸出簡單的字串, 用PrintWriter是一個很好的選項。 public static void main(String[] args) { String str = "HelloWorld!!"; File ...
確定! 回上一頁