OutputStream.close()方法關閉此輸出流並釋放與此流有關的所有系統資源。 ... write something os.write('A'); // flush the stream os.flush(); // close the stream ...
確定! 回上一頁