[c语言]webview[webkit2gtk]中绑定js函数,让网页端调用c函数
这里的webview 是一个封装好的跨平台web浏览器,基于webkit2gtk,github地址:https://github.com/webview/webview
// main .c
#include "webview.h"
void hello(const char * x ,const char *y ,void * );
#ifdef WIN32
int WINAPI WinMain(HINSTANCE hInt, HINSTANCE hPrevInst, LPSTR lpCmdLi
原创
2020-12-05 00:33:17 ·
709 阅读 ·
0 评论