如何使用shell_exec在php里面执行shell命令 ... <?php $cmd = 'source test.sh'; shell_exec($cmd); print_r("---the end---\n");. 1234567.
確定! 回上一頁