我需要根据'&'从客户端html签名。 我有以下代码,
#/menu1/someContent
我需要设置电子邮件主题:<a href="mailto:no-one@snai1mai1.com?subject=free chocolate&Body=get free hurry.">example</a>
怎么做?
答案 0 :(得分:4)
您需要对文本进行URL编码;所以它变成了:
%26
&
是@NgModule({
providers: [
{ provide: LOCALE_ID, useValue: "en-US" }, //replace "en-US" with your locale
//otherProviders...
]
})