2014年8月16日

python 解析 json

摘要: #coding=utf=8import urllib,jsonurl ='https://api.douban.com/v2/book/user/62855846/collections'read = urllib.urlopen(url).read()j = 0titles=[]atls=[]im... 阅读全文

posted @ 2014-08-16 12:03 小与 阅读(176) 评论(0) 推荐(0)

导航