Deno 打印到控制台的这些“←[<number>”是什么?
What are these "←[<number>" things Deno prints to the console?
当我 运行 一个 Javascript 文件 Deno ...
// file.js
console.log(42)
... 做 deno run file.js
,然后 Deno 打印 ...
←[33m42←[39m
... 到标准 Windows 7 控制台 (cmd.exe)。这是什么,我该如何禁用它?
当我 运行 一个 Javascript 文件 Deno ...
// file.js
console.log(42)
... 做 deno run file.js
,然后 Deno 打印 ...
←[33m42←[39m
... 到标准 Windows 7 控制台 (cmd.exe)。这是什么,我该如何禁用它?