html.replace(/</g, "<").replace(/>/g, ">"
is there any JavaScript function can implement this function, seems like unescape function or escape function, which can convert displaying html to actual html.
so is there any function can do this kind of replace, to fulfill similar function, (i know i need to convert other things besides sign "<" ">")