怎么在webform中得到某个按钮控件的x、y坐标值,多谢
如何在webform中得到某个按钮控件的x、y坐标值,谢谢!
如题。谢谢先。在线等
------解决方案--------------------
js里面用
IE:
button.getBoundingClientRect().left;
button.getBoundingClientRect().top;
如题。谢谢先。在线等
------解决方案--------------------
js里面用
IE:
button.getBoundingClientRect().left;
button.getBoundingClientRect().top;