Listener-wy
//1.导包
const {exec} = require("child_process");



//2.启动浏览器
exec("start http://127.0.0.1:8888")

分类:

技术点:

相关文章: