read() 讀取全部內容. file = open("file.txt", "r") read_txt = file.read() file.close(). # output Hello! World! HAHAHA ...
確定! 回上一頁