摘要: 以下代码旨在实现逻辑,状态记录在cookie里不好,攻击者可以清除cookie,为了安全起见应将状态存储到缓存服务器,如redis <div style="width:100%;height:100%;display:flex;flex-direction:column;justify-conten 阅读全文
posted @ 2024-12-13 17:42 jsper 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 方式一:给target起一个固定的名字,这样每次点击链接或者window.open时都在同一个页签加载网页。 <a href="aaa.html" target="mypage">打开</a> window.open('aaa.html', 'mypage'); 方式二:js判断 let windo 阅读全文
posted @ 2024-12-13 09:42 jsper 阅读(4) 评论(0) 推荐(0) 编辑