说明: 对ASIHTTPRequest的post请求封装,使它使用起来更加的方便 使用方法: MyURLClass *post = [MyURLClass urlGo]; post.DataBlock = ^(NSData *data){ NSError *error; if (data == Nil) { UIAlertView *alt = [[UIAlertView alloc]initWithTitle:@"提示" message:@"网络连接出错,请确认网络状况" delegate:nil
<qq421435703> 上传 | 大小:2kb