摘要: 网页上的点击按钮 本身绑定了URL,点击的时候webview 会在下面的这个方法中加载URL - (BOOL)webView:(UIWebView*)webView shouldStartLoadWithRequest:(NSURLRequest*)request navigationType:(UIWebViewNavigationType)navigationType { //判断是... 阅读全文
posted @ 2016-06-13 19:48 怡情_老二 阅读(1814) 评论(0) 推荐(0)
摘要: 开始在项目中直接使用 if ([urlStr containsString:@"Contact-Customer-Service”]) 比较,但是出现了问题 -[__NSCFString containsString:]: unrecognized selector sent to instance 阅读全文
posted @ 2016-06-13 16:49 怡情_老二 阅读(128) 评论(0) 推荐(0)