类型转换bool

可以快速上手的开发文档

#类型转换bool
类型转换bool

js中bool值的转换及“&&”、“||”、 “!!”详解

前言首先需要知道的是,js中有6个值为false,分别是:0,'',null,undefined,NaN和false,其他(包括{},[],..