基本语法//引入shelljs var shell = require('shelljs') //检查控制台是否以运行`git `开头的命令if (!shell.which('git')) { //在控制台输出内容shell.echo('Sorry, ...
確定! 回上一頁