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