#!/usr/bin/python # -*- coding:utf-8 -*- import sys,urllib2,urllib,re tables='' url =sys.argv[1] html = urllib2.urlopen(url) txt =html.read() CourseTeach
#!/usr/bin/python #coding:UTF-8 import urllib,urllib2,cookielib,time,re,random class Login: _loginurl='http://home.51cto.com/index.php?s=/Index/doLogin'  
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号