摘要: 放在ui文件存放的目录下,复制下面代码,运行即可。 import os import os.path # UI 文件所在路径 cwd = os.getcwd() dir = os.path.join(cwd, "ui") print(dir) # 列出目录下的所有UI文件 def listUiFil 阅读全文
posted @ 2022-08-03 23:53 Apostle浩 阅读(148) 评论(0) 推荐(0) 编辑