08 2014 档案

摘要:简单的html 简单的后台函数def tes(request): url = request.POST['url'] if 'url' in request.POST else 't' word = request.POST['word'] if 'word... 阅读全文
posted @ 2014-08-14 15:39 2BiTT 阅读(1201) 评论(0) 推荐(0)
摘要:1:简单的使用import mechanize# response = mechanize.urlopen("http://www.hao123.com/")request = mechanize.Request("http://www.hao123.com/")response = mechani... 阅读全文
posted @ 2014-08-05 13:03 2BiTT 阅读(672) 评论(0) 推荐(0)