python将字符串转换为字典

a=’{“state”:100}’
b=json.loads(a)
print(b[‘state’])

你可能感兴趣的:(python)