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
});
https://github.com/mathiasbynens/he
he.encode('foo © and & ampersand', {
'allowUnsafeSymbols':true
});