Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将图像存储为 MySQL 数据库中的 blob。现在我想将这张图片传送到我的 iOS 应用程序中,以便我可以在应用程序上展示它。
任何示例/教程/答案都会有帮助,所以在此先感谢!
您需要从 mysql 表中获取 blob 内容,然后执行 base64_encode。将编码的图像数据传递给您的 iOS 应用程序,然后在 iOS 级别进行解码