摘要: 代码如下: def login(request): if request.method == "POST": username = request.POST.get("username") pwd = request.POST.get("password") # 如何判断用户名和密码对不对 user 阅读全文
posted @ 2022-04-09 17:46 张丶先森 阅读(216) 评论(0) 推荐(0)