1, shutil.copyfileobj (file 1, file 2): copy the data of file 1 to file 2. import shutil f1 = open("1.txt",encoding = "utf-8") f2 = open("2.txt",encoding ...
確定! 回上一頁