C++调用python脚本内的函数
摘要:
#include "Python.h" int main(int argc, char *argv[]) { //初始化python环境 Py_Initialize(); if(!Py_IsInitialized()){ qDebug() << "PYTHON INIT ERROR!"; retur 阅读全文
posted @ 2022-04-23 15:36
平ping
阅读(50)
评论(0)
推荐(0)
浙公网安备 33010602011771号