标签: python python-3.x list boolean
例如:
const furniture = <const> ['chair', 'table', 'lamp']; type Furniture = typeof furniture[number];
是否有更优雅或更传统的方式?
答案 0 :(得分:0)
在评论之后,any(arr)有效。
any(arr)