摘要: == 比较规则 ```js let a = { n:0, valueOf: function(){ return Math.pow(2,this.n++) } } if(a == 1 && a==2 && a==4 && a==8){ console.log('成功了'); }else { cons 阅读全文
posted @ 2023-05-19 14:57 清风~~徐来 阅读(33) 评论(0) 推荐(0) 编辑