摘要:
登录功能完成: 1.js:设置return 2.html:设置 3.py: session: 阅读全文
摘要:
1.js文件: onclick函数return True时才提交表单,return False时不提交表单。 2.html文件: 3.主py文件中: def regist(): if request.method == 'GET': return render_template('regist.ht 阅读全文