摘要: 1、页面跳转 window.location.href='back.html'; 2、页面跳转传值 localStorage.setItem('userId',ret.Info.userId);//传值 localStorage.getItem('userId'),//取值 3、关闭页面 //关闭页 阅读全文
posted @ 2020-01-21 09:11 丁昆 阅读(113) 评论(0) 推荐(0) 编辑