摘要: 1.jsonp内容 from django.shortcuts import render # Create your views here. def upload(request): if request.method == "POST": file_obj = request.FILES.get 阅读全文
posted @ 2018-08-23 16:15 富0代 阅读(144) 评论(0) 推荐(0)
返回
顶部