any()函数

可以快速上手的开发文档

#any()函数

Python any()函数的使用方法

描述:如果iterable的任何元素为true,则返回true。如果iterable为空,则返回false。相当于:defa..