会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Awarrior
The hard part isn't making the decision. It's living with it.
首页
新随笔
订阅
管理
2013年8月29日
Naive Website Crawl using Python
摘要: 1 #!/usr/bin/python 2 import urllib2 3 import re 4 5 # download a web file (.html) of url with given name 6 def downURL(url, filename): 7 try: 8...
阅读全文
posted @ 2013-08-29 09:51 awarrior
阅读(261)
评论(0)
推荐(0)
编辑
公告