© 1999-2048 dssz.net 粤ICP备11031372号
[其它] Python Django 注册功能代码实现
说明:# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.http import HttpResponse from django.shortcuts import render from .models import * # Create your views here. def index_view(request): m = request.method if m=='GET':<weixin_38722721> 上传 | 大小:33kb