个人技术分享

遍历所有键

# vis_params={'vis_level': -1, 'line_thickness': 500}
for key in vis_params.keys():

注:
vis_params : 字典数据

未完待续…