文章标签 ‘json’ 二月 26th, 2010 python使用json的方法 No Comments, Python, by garey, 11,438 views. >>> import json >>> userinfo = {‘name’: ‘garey’, ‘dob’: ’1983-01-01′, ‘gender’: ‘M’, ‘country’: ‘CN’, ‘access’: 0, ‘state… Tags: Python, json