js 将字符串转换为布尔值boolean Boolean(); 参数为 0、null 和无参数返回false,有参数返回true。 123456Boolean(""); //输出为:falseBoolean(null); //输出为:falseBoolean(0); //输出为:false Boolean("hi"); //输出为:trueBoolean(100); //输出为:trueBoolean(new Object()); //输出为:true javascript #js #javascript js 将字符串转换为布尔值boolean https://github.com/chergn/chergn.github.io/07098d2a3a57/ 作者 全易 发布于 2024年3月28日 许可协议 js 封装好的滚动滑动到指定位置的效果 上一篇 js 将字符转为数字类型 下一篇