摘要: <script> function nowtime() { var date =new Date(); //当前年份 var year=date.getFullYear(); //当前月份 var month=date.getMonth()+1; //当前天数 var day=date.getDat 阅读全文
posted @ 2021-09-28 22:50 魔法乐 阅读(190) 评论(0) 推荐(0)
摘要: 下拉列表填充元素 <script> //本页面跳转 window.location.href location.href //上一级页面跳转 parent.location.href //最外层页面跳转 top.location.href //开发中遇到一个问题,当登录状态过期的时候,登录页面会嵌套 阅读全文
posted @ 2021-09-28 22:17 魔法乐 阅读(279) 评论(0) 推荐(0)