Python 檔案讀寫(File I/O). 7月30 2021. my_file = open('your_file.txt') text = my_file.read() print(text) # hello world my_file.close() ...
確定! 回上一頁