方法一:
NSMutableString * str=[[NSMutableString alloc] initWithFormat:@"tel:%@",@"1008611"];
UIWebView * callWebview = [[UIWebView alloc] init];
[callWebview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:str]]];
[self.view addSubview:callWebview];