deepfos.lib.utils.dict_to_key¶ deepfos.lib.utils.dict_to_key(dictionary)¶ 字典->键 把不可哈希的字典转化成可哈希的键(字符串)。 参数 dictionary (dict) – 需转化的字典 返回类型 str 返回 键