摘要:
以前的python2.x的时候:try:fp=urllib.request.urlopen(blogurl)exceptException,e:print(e)print('downloadexception%s'%blogurl)return0现在python3.x的时候:try:fp=urlli... 阅读全文
posted @ 2014-11-02 09:57
落叶落叶
阅读(245)
评论(0)
推荐(0)