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.
只是想知道类似的东西window.getSelection()是否适用于 URL,以及您是否可以向我指出有关该主题的更多阅读材料。谢谢!
window.getSelection()
如果您正在谈论检测从浏览器地址栏中所做的选择,那么答案就是不可能的。JavaScript 可以读写window.location,但不能附加事件处理程序。
window.location
如果 URL 位于页面本身、文本框内或其他位置,那么您可以使用完整的 JavaScript 库来准确找出已选择的内容,当然前提是启用了 JavaScript。