Python编译pyd后去掉py版本信息

# 将该脚本和pyd放同一目录 import os #导入模块 filename = os.getcwd() #文件地址 list_path = os.listdir(filename) #读取文件夹里面的名字 for index in list_path: #list_path返回的是一个列表 通
posted @ 2023-05-24 14:20  zwnsyw  阅读(78)  评论(0编辑  收藏  举报