Boolean();参数为 0、null 和无参数返回false,有参数返回true。
Boolean(""); //输出为:false
Boolean(null); //输出为:false
Boolean(0); //输出为:false
Boolean("hi"); //输出为:true
Boolean(100); //输出为:true
Boolean(new Object()); //输出为:true
最后
以上就是贪玩招牌最近收集整理的关于js 将字符串转换为布尔值boolean的全部内容,更多相关js内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复