文章已阅读
 
1
2
3
4
5
6
7
8
9
 function escape2Html(str) {
var arrEntities={'lt':'<','gt':'>','nbsp':' ','amp':'&','quot':'"'};
return str.replace(/&(lt|gt|nbsp|amp|quot);/ig,function(all,t){return arrEntities[t];});
}

var s = escape2Html("&lt;p&gt;fasfas&lt;/p&gt;&lt;p&gt;fkasjfkas&lt;/p&gt;&lt;p&gt;kasfjalsk&lt;/p&gt;&lt;p&gt;kasjfkas&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://t12.baidu.com/it/u=2506809329,284241162&amp;amp;fm=76&quot; style=&quot;max-width:100%;&quot;&gt;&lt;br&gt;&lt;/p&gt;");

alert(s);

2022-10-19

浏览 |

© 2023 南疆 with help from Hexo and Twitter Bootstrap. Theme by Freemind.

container-narrow -->