Special conversion characters in js to html tags

function htmlEncode(text){

return text.replace(/&/g,'&').replace(/\"/g,'"').replace(/</g,'<').replace(/>/g,'>');

}

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324851211&siteId=291194637