摘要:
cookie cookie是保存在浏览器本地上的一组组键值对; 特性: 由服务器生成返回给浏览器并进行保存 cookie 由浏览器保存在本地,但浏览器有权不保存 浏览器再次访问时自动携带对应的cookie mac 下谷歌浏览器清除 cookie command + shift + delete dj 阅读全文
posted @ 2021-08-13 21:21
Star-Hitian
阅读(299)
评论(0)
推荐(0)
摘要:
def login(request): if request.method == 'POST': user = request.POST.get('user') pwd = request.POST.get('pwd') if user == 'aaa' and pwd == 'xxxx': ret 阅读全文
posted @ 2021-08-13 18:26
Star-Hitian
阅读(173)
评论(0)
推荐(0)

浙公网安备 33010602011771号