摘要: app_list = [] system_dict = { "name": "11", "x": 2 } for i in range(2): if not any(d['name'] == '11' for d in app_list): app_list.append(system_dict) 阅读全文
posted @ 2022-06-17 15:36 wanghhhh 阅读(124) 评论(0) 推荐(0)