【发布时间】:2014-12-27 14:11:29
【问题描述】:
您好,需要动态构建主题。 IE。我有一些我想添加到主题的数据的输入。
例如,如果我只是构建 html,我可以编写以下内容:
<span style="color: #434343; font-family: 'Segoe UI REGULAR'; font-size: 12pt;">
<text id="supportDescription">Id is '[context.eventId]' .</text>
</span>
打开 html 时,我会看到 Id is 345(345 是一个参数)
我不想在 html 中添加id,而是想添加一个mailto 链接,包括id:
<a href="mailto:name@gmail.com?subject=The%20 reply for evetId '[context.eventId]'">Send mail </a>
变电站也在这里工作吗?主题为The reply for evetId 345
【问题讨论】:
-
你为什么不试试呢?
标签: javascript jquery html email