📅  最后修改于: 2022-03-11 14:47:13.542000             🧑  作者: Mango
代码示例1
import webbrowser
#create an infinate loop and keep opening the internet
i = 0
while(i == 0):
webbrowser.open("https://google.com")