带有'&'的HTML mailto主题

时间:2016-09-06 08:57:32

标签: html email special-characters mailto

我需要根据'&'从客户端html签名。 我有以下代码,

#/menu1/someContent

我需要设置电子邮件主题:<a href="mailto:no-one@snai1mai1.com?subject=free chocolate&Body=get free hurry.">example</a>

怎么做?

1 个答案:

答案 0 :(得分:4)

您需要对文本进行URL编码;所以它变成了:

%26

&@NgModule({ providers: [ { provide: LOCALE_ID, useValue: "en-US" }, //replace "en-US" with your locale //otherProviders... ] })

的网址编码表示