#pip install openpyxl; from openpyxl import Workbook; from datetime import datetime; import time; # 將數據寫入Excel; wb = Workbook()
確定! 回上一頁