Django学习5:利用GET方式提交表单

1.在HelloWorld的App下新建search.py,代码以下:html # -*- coding:utf-8 -*- from django.http import HttpResponse from django.shortcuts import render_to_response def search_form(request): return render_to_resp
相关文章
相关标签/搜索