zisedefeng 发表于 2015-1-23 10:45:03

老师们。请问_IEPropertyGet($oTextArea, "screeny") 的问题(已解决)

本帖最后由 zisedefeng 于 2015-1-23 12:47 编辑

Local $iScreenY = _IEPropertyGet($oTextArea, "screeny")


在右边滚动条滚动前、后获取的值怎么都一样呀!也就是说Local $iScreenY = _IEPropertyGet($oTextArea, "screeny") 的值滚动条滚动后不变呀。







找到解决办法;
Local $iScreenY = _IEPropertyGet($oTextArea, "screeny")-$oIE.document.documentElement.scrollTop
页: [1]
查看完整版本: 老师们。请问_IEPropertyGet($oTextArea, "screeny") 的问题(已解决)