我正在尝试在新的 qwebengine(Qt5.4) 中检索页面的来源,但我不知道我做错了什么:
QString html;
this->page()->toHtml([&html](const QString &result){ html = result; });
qDebug() << html; // is still empty
我正在尝试在新的 qwebengine(Qt5.4) 中检索页面的来源,但我不知道我做错了什么:
QString html;
this->page()->toHtml([&html](const QString &result){ html = result; });
qDebug() << html; // is still empty