json.load(jsondata)
报错:unicode' object has no attribute 'read' json改为:
json.loads(jsondata)
ok~
Hawk
别固执的认为某事必须 !