首页 > 代码库 > 点击任何处跳转到百度的页面

点击任何处跳转到百度的页面

代码:

//点击任何处跳转到百度的页面-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.baidu.com"]];}

 

点击任何处跳转到百度的页面