#include #include int main(){ webview::webview wv(false,nullptr); wv.navigate("https://www.baidu.com"); wv.run(); }