摘要: 作者:Prince_wyf 链接:https://www.jianshu.com/p/4bf5f9c4f32b 来源:简书 简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。 阅读全文
posted @ 2019-03-18 17:28 阿Q啊 阅读(714) 评论(0) 推荐(0) 编辑
摘要: def json_field(field_data): """ 将字典的键值转化为对象 :param field_data: :return: """ if isinstance(field_data, str): return "\"" + field_data + "\"" elif isins 阅读全文
posted @ 2019-03-18 17:27 阿Q啊 阅读(3074) 评论(0) 推荐(0) 编辑