void callDart(void (*callback)()) { printf("[CPP]: 现在调用Dart函数"); callback(); } 复制代码. 其中的callback就是接收到的Dart的函数,这里 ...
確定! 回上一頁