python在程序中通过Windows打开文件

时间:2024-04-30 09:42:21
 import os

 os.startfile(r'D:\test_input.html')

相关文章