Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 JavaScript 中有终端模拟器,可以执行 CGI 脚本(通过 Ajax),从命令中获取颜色和格式信息会很好,比如ls --color=auto.
ls --color=auto
有没有办法从显示此信息的非交互式外壳(我的 CGI 脚本)中获取数据?
不知道你的意思但是
ls --color=always
即使输出没有到终端,也会以彩色输出
有一个aha工具可以将 ANSI 颜色转义序列转换为 HTML (http://ziz.delphigl.com/tool_aha.php)。
aha
ls --color=always | aha