def jsonfy(s:str)->object: obj = eval(s, type('js', (dict,), dict(__getitem__=lambda s, n: n))()) return obj 相关文章: 2021-07-10 2022-12-23 2021-12-16 2022-12-23 2021-11-10 2022-12-23 2021-07-23 2022-12-23