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");