js中各种类型转换为Boolean类型

数据类型  转换为true的值  转换为false的值
Boolean  true  false
String  任何非空字符串  空字符串
Number  任何非零数字值(包括无穷大) 0和null
Object  任何对象  null
Undefined   Undefined
posted @ 2018-04-02 17:32  L_mj  阅读(745)  评论(0编辑  收藏  举报