码迷,mamicode.com
首页 > 其他好文 > 详细

Boolean函数将字符串转布尔值

时间:2019-12-01 19:03:35      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:rip   font   nbsp   asc   布尔   span   als   pre   lse   

 

Boolean(‘‘);    // false


Boolean(‘ ‘);    // true


Boolean(‘任意值‘);    // true

  

只有为空字符串是才为false。

Boolean函数将字符串转布尔值

标签:rip   font   nbsp   asc   布尔   span   als   pre   lse   

原文地址:https://www.cnblogs.com/knightdreams6/p/11966842.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!