登录 注册
当前位置:主页 > 资源下载 > 9 > ansi2html能够将包含ANSI转义序列的文本转换为带样式的HTML

ansi2html能够将包含ANSI转义序列的文本转换为带样式的HTML

  • 更新:2024-09-03 09:19:08
  • 大小:5KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

ansi2html.js 使用ANSI转义序列将文本转换为样式HTML。 例子 test[1mBold[32mGreen[31mRed[0mNone 变成 test < span xss=removed> Bold < span xss=removed> Green < span xss=removed> Red None 用法 在Node.js中: var ansi2html = require ( 'ansi2html' ) console . log ( ansi2html ( "test[1mBold" ) ) 在浏览器中: < pre xss=removed> <