node 執行 bat 命令:亂碼、路徑問題

亂碼

index.jsnode

const shell = require('shelljs');

shell.exec('aaa', function (code, stdout, stderr) {
});
複製代碼

執行 node index 出現亂碼shell

先執行chcp 65001便可ui

路徑

在當前目錄執行不能加./(powershell下執行須要加),下面這個會報錯spa

shell.exec('./test', function (code, stdout, stderr) {
});
複製代碼

這個報錯彷佛很友好,但和亂碼同時出現就很懵了。記念個人半個下午code

相關文章
相關標籤/搜索