标签: python django django-rest-framework
我正在使用DRF后端创建Vue单页应用程序。我将图像存储在文件系统中,并且我的一个模型有一个包含图像地址的字段。 我如何将图像传递到前端?
答案 0 :(得分:0)
如果html可以访问图像,请尝试
stats = pd.DataFrame() stats.insert(0, 'Type', x.dtypes) stats.insert(0, 'Min', x.min()) stats.insert(0, 'Max', x.max()) etc...