摘要: UIWebView *webView = [[UIWebView alloc] initWithFrame:CGRectZero]; NSString *userAgent = [webView stringByEvaluatingJavaScriptFromString:@"navigator.userAgent"]; NSLog(@"userAgent=%@",use... 阅读全文
posted @ 2016-06-06 13:54 lear 阅读(500) 评论(0) 推荐(0)