gpt4 book ai didi

Python - 如果键等于值,则从列表中删除字典

转载 作者:太空狗 更新时间:2023-10-30 02:40:30 25 4
gpt4 key购买 nike

<分区>

如何从列表 a 中删除列表 b 中包含链接值的所有词典?

a = [{'link':'http://example.com/1/', 'id': 1}, {'link':'http://example.com/2/', 'id': 2}]
b = ['http://example.com/2/', 'http://example.com/3/']

应该是:

a = [{'link':'http://example.com/1/', 'id': 1}]

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com