我得到一個TypeError: object of type file' has no len() 我已經追溯到執行時建立的路徑的問題。 我錯過了什麼,以糾正「savePath」減速或「temp = os.path.join(savePath,files)」內的使用內發現的錯誤? def printTime(time):
savePath = "C:\Users\Nicholas\Doc
我需要讀取一個文件,然後取出該文件的某些行,然後將我需要的行寫入另一個文件。我有點卡住,似乎無法找到解決方案。需要從bi_server1-diagnostic.log獲取的行需要在其中包含biserviceadministration這個詞。然後可以將它們寫入日誌文件SAC報告中。這是我到目前爲止;我覺得它是錯誤的,但: with open('bi_server1-diagnostic.log',