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.
如何使用 document.execCommand 方法为所选文本创建电子邮件链接
以下将起作用:
document.execCommand("CreateLink", false, "mailto:someone@example.com");