摘要:
呵呵,不得不佩服Python的强大,寥寥几句代码就能做一个简单的刷博器。import webbrowser as webimport timeimport oscount=0while count<10: count=count+1 #你要刷的博客 web.open_new_tab("http://www.cnblogs.com/smiler/archive/2010/04/20/1716418.html#2856973") time.sleep(1)else: os.system('taskkill /F /IM 360se.exe') 你可以试下, 阅读全文
posted @ 2014-01-09 18:49
幕三少
阅读(1005)
评论(4)
推荐(0)
浙公网安备 33010602011771号