首页 > Web开发 > 详细

js 运算符

时间:2020-06-04 12:03:10      阅读:33      评论:0      收藏:0      [点我收藏+]

技术分享图片

 

 

 

技术分享图片

 

 技术分享图片

 

 

技术分享图片

 

 技术分享图片

 

 

技术分享图片

 

 

 

 

技术分享图片

 

 

 

 

技术分享图片

 

 

技术分享图片

 

 

 

技术分享图片

 

 

技术分享图片

 

 

技术分享图片

 

 

 

  // console.log(123 && 456); // 456
        // console.log(false && 456); // false
        // // console.log(123 && 456 && 789);    // 789 
        // console.log(123 && 456 && 789 && 12354); //  12354
 
 
技术分享图片

 

 

        console.log(123 || 456); //123
        console.log(0 || 123 || 789); // 123
 
 

 

技术分享图片

 

 

技术分享图片

 

 技术分享图片

 

 

技术分享图片

 

 

技术分享图片

 

js 运算符

原文:https://www.cnblogs.com/ericblog1992/p/13041514.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!