想问一下,为什么获取不到 style.left 的值? 但在执行 this.st?
因为this.style.left只能读取行间样式的值,你设置之后就是设置了行间样式,要想读取style标签里面的样式,你可以用window.getComputedStyle,https://developer.mozilla.org/zh-CN/docs/Web/API/Window/getComputedStyle