NSString *textURL = @"http://www.yoururl/";
NSURL *cleanURL = [NSURL URLWithString:[NSString stringWithFormat:@"%@", textURL]];
[[UIApplication sharedApplication] openURL:cleanURL];
发布者:admin,转转请注明出处:http://www.yc00.com/web/1737921874a3997585.html
评论列表(0条)