
django-v
pete1223
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
view-函数进行处理
from __future__ import unicode_literals # Create your views here. import json from PIL import Image from django.shortcuts import render import os # coding:utf-8 from django.shortcuts import r...原创 2018-08-08 13:39:00 · 3466 阅读 · 0 评论 -
django--js--前后端交互
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>图片上传</title> <script src="http://ajax.aspnetcdn.com/ajax原创 2018-08-08 13:37:55 · 1515 阅读 · 0 评论