摘要:
使用from reportlab.lib.styles import getSampleStyleSheet产生基础格式。 如何修改需要的格式: styles = getSampleStyleSheet() style.normal = copy.deepcopy(styles['Normal']) 阅读全文
摘要:
datetime.now()会得到当前时间, datetime.datetime(2023, 2, 13, 17, 24, 29, 309381 currentDateAndTime = datetime.now() print(f'Time: {currentDateAndTime.year}/{ 阅读全文