怪我咯2017-04-17 16:32:21
Use the exec
function in your backend php to run this script
For example:
exec("/bin/python /xxxx/xxxx/xxx/xxx.py");
The premise is that this is not disabled in your php.ini exec function
PHP中文网2017-04-17 16:32:21
lz You can take a look at flask and bind the service to a specific port and url to provide it to other languages