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.
我想在 Edge 中获取所选文本,但结果始终为空 browser.tabs.executeScript({code: "window.getSelection().toString();"}).then(result => { alert(result) ; });
似乎是一个已知的错误 - 请参阅 https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8504764/