摘要:
# coding:utf-8 import json key_list = [] def get_dict_allkeys(dict_a): """ 遍历嵌套字典,获取json返回结果的所有key值 :param dict_a: :return: key_list """ if isinstance 阅读全文
posted @ 2020-04-18 20:02
mkay
阅读(5374)
评论(0)
推荐(0)
摘要:
在代码上方加上:# coding:utf-8 阅读全文
posted @ 2020-04-18 19:00
mkay
阅读(4929)
评论(0)
推荐(2)