url中出现空格等特殊字符串时,需要对url进行编码,否则链接生成URL为nil
    [_url stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSetURLQueryAllowedCharacterSet]