在node.js中,可以通过child_process模块的spawn方法来打开命令提示符。首先,需要在代码中引入child_process模块:const { spawn } = require('child_process');然后,在...