How to use JavaScript to decode from:
\u003cb\u003estring\u003c/b\u003e
to
<b>string</b>
(I searched in internet, there are some site with same question, such as:
Javascript html decoding
or
How to decode HTML entities
but it dont have same encode fomat)
Thank you very much!