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.
我正在为 Firefox 编写扩展,我需要找出窗口的 HWND。我无法枚举正在运行的进程或类似的东西,因为它需要能够处理多个实例并区分一个实例。有没有办法通过 Firefox 中的 javascript 扩展来做到这一点?
这在 JavaScript 中是不可能的,但在 C++ 扩展中应该是可能的。