我知道如何从列表中删除元素但是有没有办法从列表中删除多个元素?例如,
deletelist([a,b,c,a,b],[a,c],X) X = [b,b] % delete a and c from the list.
list prolog
list ×1
prolog ×1