摘要: UIAlertViewUIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"出错了"message:@"网络连接失败,请稍后重试"delegate:nil cancelButtonTitle:@"好的" otherButtonTitles... 阅读全文
posted @ 2014-06-09 11:07 huluo666 阅读(83) 评论(0) 推荐(0) 编辑
摘要: #pragma mark 网络请求-(void)httpNetworkData{ NSString *str =@"http://115.29.177.74:8800/loose_change/login?"; NSURL *url=[NSURL URLWithString:str]; ... 阅读全文
posted @ 2014-06-09 10:13 huluo666 阅读(272) 评论(0) 推荐(0) 编辑