Hopefully this is possible by invoking a method that gets executed by browser internal code. Given a point x,y in dom co或dinates. (that is can get relative to any node) in an element containing text I want effectively
charIndex = characterUnderPoint(textNode,nodex,nodey);
图一
range = xx.creatRange(node,x,y)
或
selection = xx.createSelection(node,x,y)
或
range.setAnch或ToLocation(node,x,y)
等等。
迄今为止,我找不到任何东西能够有效地实施你点击确定谨慎立场时所发生的一切。 看来,所有方法都只具有被抵消的性质。
我主要希望这样做,因为通过在所有果园中增加范围以检验点是否非常缓慢(可能是一种双轨搜索,但)应当在本地法典的排外发动机内进行快速检测。