'''用python打开文件夹'''
'''https://blog.csdn.net/yqyangcyq/article/details/105677844'''
os.system("explorer.exe %s" % str_dizh) # 打开(可重复打开)目标文件夹
os.startfile(str_dizh) # 打开(并且屏幕上只存在一个/不会重复打开)目标文件夹
用python打开文件夹
阅读 74
2023-06-24
'''用python打开文件夹'''
'''https://blog.csdn.net/yqyangcyq/article/details/105677844'''
os.system("explorer.exe %s" % str_dizh) # 打开(可重复打开)目标文件夹
os.startfile(str_dizh) # 打开(并且屏幕上只存在一个/不会重复打开)目标文件夹
相关推荐
精彩评论(0)