摘要: Django day11 携带参数的登录跳转作业 from django.shortcuts import render, HttpResponse, redirect def login_auth(func_name): def inner(request, *args, **kwargs): # 阅读全文
posted @ 2022-05-24 21:51 扶我上码 阅读(33) 评论(0) 推荐(0)
摘要: sweetalert使用案例 # ajax结合sweetalert 1.下载源码 只需要到dist文件夹内的css和js即可 2.拷贝使用官网提供的案例代码 3.添加配置参数新增等待特效 <div class="container"> <div class="row"> <div class="co 阅读全文
posted @ 2022-05-24 00:34 扶我上码 阅读(39) 评论(0) 推荐(0)