📜  如何使用python代码示例在chrome中打开html文件

📅  最后修改于: 2022-03-11 14:46:35.156000             🧑  作者: Mango

代码示例1
// Also, use the absolute path of the file:

webbrowser.open('file://' + os.path.realpath(filename))