代码如下:var body = document.querySelector('body');body.style.background = '#000';console.log(body.style.background);// "rgb(0, 0, 0)"body.style.background.substr(this.length);// "gb(0, 0, 0)"这里面的this到底指向了哪个东西? 单独log出来找不到相关length为1的对象啊?PS: 原本打算简化相应的代码, substr用来过滤px|vh等单位
添加回答
举报
0/150
提交
取消