标签: python json
我有这样的字典:
d = { "message": "...", "type": { "color": "...", "serverity": "high" } }
我有一个函数,我想通过它的地址返回一个值。 例如:
my_func('type\severity')
应该返回:高。 有办法吗?