摘要: 使用exec和system函数 1.exec("start 程序路径"); // 执行外部程序 exec("start D:\install_address\WeChat\WeChat.exe"); // 开启微信,但是会导致php一直运行,除非关闭微信 2.system(程序路径); // 执行外 阅读全文
posted @ 2021-09-07 16:15 _lizhipeng 阅读(41) 评论(0) 推荐(0)