9. f=open('file.txt','r') 10. print(f.read( )) 11. f.close( )將剛剛存檔的file.txt打開後,用read( )指令讀取其全部內容,得到以下輸出。 Hello World 測試繁體中文 ...
確定! 回上一頁