django ImageField 保存上传的图片,1、在settings.py文件加配置:MEDIA_ROOT='/home/myname/files/'MEDIA_URL='media/'2、在models里的 ...
確定! 回上一頁