1.準備工做 安裝有python和php環境的電腦一臺。php
2.書寫程序。python
php程序以下編碼
咱們也能夠將exec('python test.py') 換成 system('python test.py')spa
區別是 system 有返回結果,exec沒有返回結果blog
ps: 後記,若是是python 中有中文字符串,在php程序中要作編碼轉換處理。utf-8
iconv('gbk', 'utf-8', $output);字符串