Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是 MainWindow 构造函数的代码:
view = new QWebView(this); view->load(QUrl("http://checkusernames.com/"));
该页面加载正常,并且该页面上有一个脚本,当单击“检查用户名”按钮时应该执行该脚本。它在 IE 和 FireFox 中执行良好,但在 QWebView 中没有任何反应。我的问题是:为什么这个脚本没有在 QWebView 中执行?