2

有谁知道如何解决这个问题或找到替代解决方案?

提前致谢。

这是一个简单的例子

html

<div id="parent">
  <div id="child"></div>
</div>

css

#parent { width: 200px; height: 100px; overflow: scroll }
#child { width: 1000px; height: 10px;}

js

window.onmousemove = function(e)  {
    console.log(e.pageX);
};
4

0 回答 0