將JSON String轉換成Dictionary >>> import json &g… ... "Age":"30"}' >>> obj = json.loads(word) >>> print(type(obj)) <type 'dict'> > ...
確定! 回上一頁