如何实现 a==1&&a==2&&a==3 ?

let x = 0
Object.defineProperty(window,'a',{
    get(){
        return ++x    
    } 
})
if(a == 1 && a == 2 && a == 3)console.log('zjy')
posted @ 2020-05-27 21:49  671_MrSix  阅读(293)  评论(0编辑  收藏  举报