摘要: Django-form表单 构建一个表单 假设你想在你的网站上创建一个简单的表单,以获得用户的名字。你需要类似这样的模板: <form action="/your-name/" method="post"> <label for="your_name">Your name: </label> <in 阅读全文
posted @ 2018-01-31 21:55 邯城吴彦祖 阅读(220) 评论(0) 推荐(0)