php $string = 'Example String\n'; $pyout = exec('python test.py'); echo $pyout; echo “\n”; ?> We can call the script with the command line ...
確定! 回上一頁