小弟我才剛開始學python有些問題想問各位大大name = input('請輸入檔名:')以下這段程式碼file = open(name, 'r', encoding='UTF-8') while True: ...
tw.knowledge.yahoo.com