摘要: 通过豆瓣API获取用户的影评信息,存入到字典中格式为 {电影名:评分}# -*- coding: utf-8 -*-'''Created on May 19, 2012@author: Edison'''import urllib2import jsonimport string, pickle def getData(name, start_index, movie_dict): '''... 阅读全文
posted @ 2012-05-22 07:05 莫忆往西 阅读(367) 评论(0) 推荐(0) 编辑