he: HTML entity encoder/decoder

2018-03-12  本文已影响0人  马丁的早辰

Node.js HTML entity encoder/decoder 转码

https://github.com/mathiasbynens/he


只转义特殊字符,不转义html tag:

he.encode('foo © and & ampersand', {

    'allowUnsafeSymbols':true

});

上一篇下一篇

猜你喜欢

热点阅读