<languages />
❮内置功能
返回布尔值1:
x = bool(1)
The bool() 函数返回指定对象的布尔值。
bool()
该对象将始终返回True,除非:
该对象为空,例如[],(),{} 该对象为False 对象为0 该对象为无
bool(object)