removeallԴ??
list.clear 是清空整个list 这个list就是empty的了。
removeAll(collection) 是filter 源码去交集 比如:
list1 = { 1,2,鲨鱼工具源码3,广告洽谈源码4}
list2 = { 2,童车网站源码3}
list1.removeAll(list2) 之后
list1 = { 1,开箱平台源码4}
但是该操作不会影响list2
2025-01-04 09:56
2025-01-04 09:19
2025-01-04 09:17
2025-01-04 09:02
2025-01-04 07:21