import os.path file_path = r'path where the file is stored\file name.file extension' file_size = os.path.getsize(file_path) print(file_size).
確定! 回上一頁