摘要: 命令执行危险函数认识 system() 执行外部程序 并且显示输出 exec(string $command,array $output【可选】) 执行外部程序 将输出储存到数组$output里 passthru() 执行外部程序 并且显示原始输出 shell_exec() 通过shell环境执行命 阅读全文
posted @ 2024-01-23 15:24 DawnLM 阅读(344) 评论(0) 推荐(0)