_pic_image.contentMode=UIViewContentModeCenter;
图片适应大小
[_pic_imagesetContentScaleFactor:[[UIScreenmainScreen]scale]];
_pic_image.contentMode=UIViewContentModeScaleAspectFill;
_pic_image.autoresizingMask=UIViewAutoresizingFlexibleHeight;
_pic_image.clipsToBounds=YES;