python打开网页
程序员文章站
2022-06-11 19:47:28
...
import webbrowser
import time
webbrowser.open("http://www.sina.com.cn")
# wait a while, and then go to another page
time.sleep(5)
webbrowser.open(
"http://www.163.com"
)
import time
webbrowser.open("http://www.sina.com.cn")
# wait a while, and then go to another page
time.sleep(5)
webbrowser.open(
"http://www.163.com"
)
上一篇: python定时删除日志
下一篇: 系统架构