$shell = "wget -O despath sourcepath && echo 'success' ";$shellExec = shell_exec($shell);var_dump($shellExec); if($shellExec){echo 'ok';}
本文共 189 字,大约阅读时间需要 1 分钟。
$shell = "wget -O despath sourcepath && echo 'success' ";$shellExec = shell_exec($shell);var_dump($shellExec); if($shellExec){echo 'ok';}
转载于:https://www.cnblogs.com/5aiQ/p/9454626.html