摘要: 效果: var date = new Date(); var n = date.getFullYear(); var y = date.getMonth() + 1; var t = date.getDate(); var h = (date.getHours()<10)?"0"+date.getH 阅读全文
posted @ 2018-05-30 09:25 BlackThalli 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 简单来说就是将iframe页面的"id"与对应菜单的"name"值设置为相同,然后获取相应菜单的"name"值,将和该值相同"id"值的iframe的"src"更新一遍。 阅读全文
posted @ 2018-05-30 09:14 BlackThalli 阅读(277) 评论(0) 推荐(0) 编辑