php 執行shell 指令. ... [root@dywang tmp]# vim exe.php [root@dywang tmp]# cat exe.php <?php $results = exec('cat -n host.conf'); echo $results; ?> ...
確定! 回上一頁