作者热门文章
- objective-c - iOS 5 : Can you override UIAppearance customisations in specific classes?
- iphone - 如何将 CGFontRef 转换为 UIFont?
- ios - 以编程方式关闭标记的信息窗口 google maps iOS
- ios - Xcode 5 - 尝试验证存档时出现 "No application records were found"
我网站的所有页面中都有 mailto
按钮,我想在电子邮件正文中写入对该页面的引用。
在一页中我可以有
<a class="email" title="Email a friend" href="mailto:?subject=Interesting%20information&body=I thought you might find this information interesting:%20%0d%0ahttp://www.a.com/Home/SiteMap/tabid/589/Default.aspx">Email</a>
但是我怎样才能使所有页面都通用呢?
最佳答案
这是纯 javascript 解决方案:
<a class="email" title="Email a friend" href="#" onclick="javascript:window.location='mailto:?subject=Interesting information&body=I thought you might find this information interesting: ' + window.location;">Email</a>
关于javascript - 如何在 'mailto' body 中写入到当前页面的链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7977165/
我是一名优秀的程序员,十分优秀!