码迷,mamicode.com
首页 > Web开发 > 详细

JS - false 的 六种类型

时间:2020-01-26 11:41:32      阅读:101      评论:0      收藏:0      [点我收藏+]

标签:efi   false   define   def   doc   als   null   lse   nan   

document.write("--------------");
document.write(!false);
document.write("---------------");
document.write(!0);
document.write("---------------");
document.write(!false);
document.write("---------------");
document.write(!undefined);
document.write("---------------");
document.write(!NaN);
document.write("---------------");
document.write(!null);
document.write("---------------");

JS - false 的 六种类型

标签:efi   false   define   def   doc   als   null   lse   nan   

原文地址:https://www.cnblogs.com/500m/p/12233981.html

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