htmlDecode (客户端 API 参考)

将已 HTML 编码的字符串转换为解码的字符串。

Syntax

Xrm.Encoding.htmlDecode(arg)

参数

参数名称 类型 必选 Description
arg String 必选 要解码的 HTML 编码字符串。

返回值

类型:字符串

说明:解码的字符串。

htmlEncode
htmlAttributeEncode