const child = require(‘child_process‘).exec; child(‘notepad‘, function(err, data) {});//打开记事本 child(‘calc‘, function(err, data) {});//打开计算器
时间: 2024-10-12 09:14:21
const child = require(‘child_process‘).exec; child(‘notepad‘, function(err, data) {});//打开记事本 child(‘calc‘, function(err, data) {});//打开计算器