python 2 下使用json.loads往往会导致最终的结果编码是unicode,并不是我们想要的str型,如下所示:test = {"name": "扎克伯格", "age":18}print testtest_json ...
確定! 回上一頁