是否存在a的值为true 的情况
发布时间:2022-08-23 17:59:00
发布人:qyf
var value = -1 Object.defineProperty(window,'a',{ get(){ return value+=1; } }) if(a===0&&a===1){ // true console.log('success') }
var value = -1 Object.defineProperty(window,'a',{ get(){ return value+=1; } }) if(a===0&&a===1){ // true console.log('success') }