摘要:
# Python3 dict和str互转 import ast str_of_dict = "{'key1': 'key1value111', 'key2': 'key2value222'}" newdict = ast.literal_eval(str_of_dict) print(type(st 阅读全文
posted @ 2022-08-22 10:50
oktokeep
阅读(230)
评论(0)
推荐(0)
浙公网安备 33010602011771号