06 2021 档案
Django+vue前后端分离 用axios post请求报错问题
摘要:前端: axios.("/xxxxx/getToken/", {}).then((res) => { sessionStorage.setItem("csrftoken111",res.token) //向后台请求并获取csrftoken }); request.js 中添加 FEBS_REQUES
阅读全文
js 使用定时器setInterval ,页面显示会变得越来越慢
摘要:一、如果用到jQuery的动画在animate前加上 $(obj).stop(true,true)$(obj).stop(true,true).animate() 二、通过浏览器窗口焦点事件,定时清掉定时器 window .onfocus=function(){ timer=setInterval(
阅读全文