測試程式碼#!/ust/bin/env python3 f = open("name.txt") date = f.readlines() print(date) f.close() #結果: #['eray\n', 'eray\n', 'bike\n'] #列 ...
確定! 回上一頁