📌  相关文章
📜  比较两个列表并找到至少一个相等的 python - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:34.499000             🧑  作者: Mango

代码示例1
any(x in a for x in b)