简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
浏览器清空页面栈的方法
浏览器清空页面栈的方法var backlen = history.length - 1;history.go(-backlen); // Return at the beginninghistory.replaceState({}, null, '../index.html');在vue的页面中需要加一个定时器setTimeout(function(){var
到底了