Function: htmlDecode

htmlDecode(str): string

html字符解码

Parameters

Name Type Description
str string 需要解码的字符串

Returns

string

解码后的字符串

Example

htmlDecode('<script>');
// => <script>
ON THIS PAGE