React-Native的映像组件为源属性提供了iOS的缓存扩展。你能试着把缓存设为“重新加载”吗? <Image source={{ uri: 'https://reactjs.org/logo-og.png', cache: 'reload' }} style={{ width: 400, height: 400 }}/> 注意,仅支持iOS 如何将JsonString和HttpPostedFileBase图片发布到Web服务?