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.
css/javascript选择文本时如何更改文本的颜色?跨浏览器兼容的解决方案将是首选。
提前致谢。
只需::selection在您的样式表中使用。您可以在 quirksmode.org 上查看示例。正如您可以在此处阅读的那样,所有现代浏览器都支持这一点,除了 Internet Explorer <9。
::selection