楷模
image_url = models.ImageField(upload_to="uploads/shows",blank=True,null=True)
我有 image_url ,我需要使用 JSON 对象将它解析到我的 android 应用程序。我只需要图像的 URL(绝对/相对)。
我试过了
image_url=myObj.file.url
image_url=myObj.image_url
楷模
image_url = models.ImageField(upload_to="uploads/shows",blank=True,null=True)
我有 image_url ,我需要使用 JSON 对象将它解析到我的 android 应用程序。我只需要图像的 URL(绝对/相对)。
我试过了
image_url=myObj.file.url
image_url=myObj.image_url