NSMutableString *str = [[NSMutableString alloc] initWithFormat:@"tel:%@",@"183********"];
UIWebView *callWebview = [[UIWebView alloc] init];
[callWebview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:str]]];
[self.view addSubview:callWebview];
08-23
796

08-15
587

07-06
824

09-01
7747

09-06
1383
