We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
链接http://guan.ule.com/guan/jiangsu/tag/gonghuie.html
// if (!navigationAction.targetFrame.isMainFrame) { // [webView evaluateJavaScript:@"var a = document.getElementsByTagName('a');for(var i=0;i<a.length;i++){a[i].setAttribute('target','');}" completionHandler:nil]; // } //如果是跳转一个新页面 if (navigationAction.targetFrame == nil) { [webView loadRequest:navigationAction.request]; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
链接http://guan.ule.com/guan/jiangsu/tag/gonghuie.html

替换,才可以加载
// if (!navigationAction.targetFrame.isMainFrame) {
// [webView evaluateJavaScript:@"var a = document.getElementsByTagName('a');for(var i=0;i<a.length;i++){a[i].setAttribute('target','');}" completionHandler:nil];
// }
//如果是跳转一个新页面
if (navigationAction.targetFrame == nil) {
[webView loadRequest:navigationAction.request];
}
The text was updated successfully, but these errors were encountered: