#getsize(path)擷取path下的檔案大小,返回的是位元組。getsizes = os.path.getsize('E:/java/張鵬(個人簡曆).docx') # 輸出位元組print(getsizes)
確定! 回上一頁