Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WebKit 中是否有办法通过其位置获取 HTML 元素(来自 DOM)?即说我有一个 X,Y 坐标,我想“窥探”它背后的元素。
我正在寻找 C++ API(在 WebKit 中),而不是 JavaScript 方式。
谢谢。