二十.node.js自动启动浏览器 //1.导包 const {exec} = require("child_process"); //2.启动浏览器 exec("start http://127.0.0.1:8888")