(3)views.py 书写regist方法 导入相关的包,在regist,login,logout都会使用到 如果用户请求regist方法,则直接跳转到相关的html页面。 如果用户在html页面点击了post按钮,对密码进行加密后,将数据提交到数据库,并返回登录login页面。 获得post提交的表单文字,使用request.post.get(' ') 编写regist的提交表单, method方...