import os
import time
import webbrowser as web
import random
count = random.randint(20,40)
j = 0 while j < count:
i = 0
while i <= 5:
web.open_new_tab('http://www.cnblogs.com/evilxr/p/3764287.html')
i = i + 1
time.sleep(1) #浏览器暂停1秒
else:
os.system('killall firefox') #关闭浏览器
j = j + 1
print j,'times closing Browser!'
相关文章
- 01-10发布一个python库
- 01-10初学python之路-day07-字符编码
- 01-10Python遇到字符编码出问题的一个相对万能的办法
- 01-10python记录_day25 包
- 01-10python在不同层级目录import模块的方法
- 01-10[Python] py2exe先知其然
- 01-10Python不确定性软件包中的零除错误
- 01-10Python入门day18——有参装饰器
- 01-10python 列表字符串元素乱序
- 01-10python变量作用域