bool true=1 false=0
BOOL TRUE!=0 FALSE=0 ,当BOOL类型的变量取值 >0 或者 <0 时,都为TRUE
bool类型可以赋值给BOOL类型,但是BOOL类型赋值给bool类型会告警