AFNETWorking 不支持中文URL请求,需要对URL进行转码处理

 

    // URL中文处理

    url = [url stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet characterSetWithCharactersInString:@"`#%^{}\"[]|\\<> "].invertedSet] ;

相关文章: