NSRange textRange;
textRange =[[error description] rangeOfString:@"fgml"];
if(textRange.location != NSNotFound)
{
}
else {
PAAlert(@"网络异常,请稍后再试……");
}
NSRange textRange;
textRange =[[error description] rangeOfString:@"fgml"];
if(textRange.location != NSNotFound)
{
}
else {
PAAlert(@"网络异常,请稍后再试……");
}