01 2021 档案

摘要:Grid背景色默认是透明的,MouseWheel无法作用于透明的控件,将Grid的背景色改为非透明色就能触发鼠标滚动事件。 阅读全文
posted @ 2021-01-16 15:01 梦醒江南·Infinite 阅读(378) 评论(0) 推荐(0)
摘要:import re paths = open("paths.txt", "w+") file = open(r"C:\Users\Administrator\Desktop\新建文件夹 (6)\cat.svg") regex = re.compile(r'.*?\sd="(.*?)".*?') wh 阅读全文
posted @ 2021-01-14 23:24 梦醒江南·Infinite 阅读(1256) 评论(0) 推荐(0)