我有这些处理下载的方法但是初始化NSMutableData时出现错误NSNumber*filesize;NSMutableData*data;-(void)connection:(NSURLConnection*)connectiondidReceiveResponse:(NSURLResponse*)response{filesize=[NSNumbernumberWithUnsignedInteger:[responseexpectedContentLength]];}-(void)connection:(NSURLConnection*)theConnectiondidRecei