美文网首页
he: HTML entity encoder/decoder

he: HTML entity encoder/decoder

作者: 马丁的早辰 | 来源:发表于2018-03-12 10:35 被阅读0次

    Node.js HTML entity encoder/decoder 转码

    https://github.com/mathiasbynens/he


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

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

        'allowUnsafeSymbols':true

    });

    相关文章

      网友评论

          本文标题:he: HTML entity encoder/decoder

          本文链接:https://www.haomeiwen.com/subject/kpbjfftx.html