php运行linux 命令
<?phpsystem("php cc.php");
echo "test";?>如果cc.php是个死循环,
是不是一真停在system("php cc.php");
不会到echo "test";
一定要cc.php运行完后才执行下面