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.
我有一个 HTML 页面,我可以使用带有共享按钮的 jQuery 在内容之间导航。他们在 iOS 和 iPhone 中使用它来通过电子邮件和平台上可用的其他社交媒体应用程序共享内容。
处理浏览器导航事件。如果您将从 href 获取标签。例如,如果您在 href 中制作 mailto 标签,您将得到它。
<a href='mailto:MyMailToValue'>Share</a>
只需执行一些字符串操作即可从 mailto 获取值,例如:MyMailToValue。现在您有了一个标签,您可以为其共享任何想要共享的字符串。