<?php echo "test<br>"; exec("python /python_script/test.py", $out, $status); echo $out[0]; echo $out[1]; ?> test.py print "hello, world!
確定! 回上一頁