App直接跳转QQ聊天
2017-10-17 本文已影响0人
strong_fu
<\html>
<html>
<code>
UIWebView* web = [[UIWebViewalloc]init];
[webloadRequest:[NSURLRequestrequestWithURL:[NSURLURLWithString:@"mqq://im/chat?chat_type=wpa&uin=QQ号码&version=1&src_type=web"]]];
[self.viewaddSubview:web];
<code>