admin管理员组

文章数量:1415168

    NSString *textURL = @"http://www.yoururl/";
    NSURL *cleanURL = [NSURL URLWithString:[NSString stringWithFormat:@"%@", textURL]];
    [[UIApplication sharedApplication] openURL:cleanURL];


本文标签: 打开网页浏览器手机iOS