当前鼠标的光标坐标是多少
[removed] function show_coords(event) { x=event.clientX y=event.clientY alert("X 坐标: " + x + ", Y 坐标: " + y) } [removed] 在此文档中按下你鼠标的左键看看!
下载地址
用户评论