Dies ist der PHP-Code
<code><?php system('python E:\WEB\Python\py\learn\php_get_python.py'); </code>
Das Folgende ist der Python-Code
<code># -*- coding: utf-8 -*- import sys def php_get_python(): print u'hello world 这里php就调用了.py文件' if __name__ == '__main__': php_get_python()</code>
ps: Ich verwende phpstudy, um die Umgebung unter Windows zu konfigurieren
Dies ist der PHP-Code
<code><?php system('python E:\WEB\Python\py\learn\php_get_python.py'); </code>
Das Folgende ist der Python-Code
<code># -*- coding: utf-8 -*- import sys def php_get_python(): print u'hello world 这里php就调用了.py文件' if __name__ == '__main__': php_get_python()</code>
ps: Ich verwende phpstudy, um die Umgebung unter Windows zu konfigurieren
system('E:WEBPythonpylearnphp_get_python.py'); direkt so ausführen