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.
我想要实现的是,当我点击我的联系我们链接时,应该会打开一个弹出窗口,上面写着“这个链接需要用应用程序打开”。下面应该有使用 gmail 或 Outlook 或 yahoo 打开链接的选项。
当您创建类型的超链接时,<a href="mailto:your@emailadres.com"?subject=mysubject>Contact me</a>网络浏览器将在用户的默认电子邮件程序中打开该链接。
<a href="mailto:your@emailadres.com"?subject=mysubject>Contact me</a>
您不能“强制”用户打开特定的电子邮件应用程序或网络邮件系统,这也没有用,因为每个用户都有自己的默认电子邮件(网络)应用程序。