(id<WXImageOperationProtocol>)downloadImageWithURL:(NSString )url imageFrame:(CGRect)imageFrame userInfo:(NSDictionary )options completed:(void(^)(UIImage image, NSError error, BOOL finished))completedBlock {
// 如果页面传过来的图片网址带中文,url参数打印出来为null,安卓加载没问题 NSLog(@"----%@", url); // 打印结果:----(null)
}
阿波罗的战车