gpt4 book ai didi

html - 在电子邮件中从 EJS 模板创建的链接不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 02:16:16 24 4
gpt4 key购买 nike

在我的 EJS 文件中,我提供了一个电子邮件模板,该模板在用户执行某些操作后发送:

<p>
Here is your link:
<a href='"/user/"<%=userId%>'>the link</a>
<%=userId%>
</p>

当用户到达我的收件箱时<%=userId%>显示正确的用户ID;但是上面的链接不可点击。这是我检查其元素时显示的内容: enter image description here

如何修复语法以便发送可点击的链接。再次感谢

编辑:包括控制台的完整图像: enter image description here

最佳答案

试试这个

<a href='/user/"<%=userId %>"'>the link</a>

关于html - 在电子邮件中从 EJS 模板创建的链接不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35572367/

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