gpt4 book ai didi

javascript - 如何在 mailto 正文中附加 Javascript 代码

转载 作者:行者123 更新时间:2023-11-28 04:19:01 25 4
gpt4 key购买 nike

我的代码如下,当邮箱打开时,JS 代码片段会中断。

<a href="mailto:?subject=This is My Subject&body=Hithis is my text and my page url is"+window.location.href+\" click link to see Greater experienceto" target="_top" class="">

Email

我希望它在页面中可用链接的地方动态显示 url。 Expected email

最佳答案

尝试这样:

<a href="#" onclick="javascript:window.location='mailto:?subject=Interesting information&body=I thought you might find this information interesting: ' + window.location + ' click link to see Greater experienceto'">Click</a>

关于javascript - 如何在 mailto 正文中附加 Javascript 代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45596873/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com