摘要: 1、Form验证 - 用于做用户提交数据的验证 a. 定义规则(类,**字段名=html中name值,必须一致) b. 数据提交 - 规则 匹配 from django.shortcuts import render,HttpResponse # Create your views here. fr 阅读全文
posted @ 2016-09-18 17:40 Aaron.shen 阅读(130) 评论(0) 推荐(0) 编辑