摘要: 1.获取链接参数 阅读全文
posted @ 2017-11-23 21:14 wyl_103 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 1.日期比较大小d1大于等于d2返回true 也可用于日期字符串转换 1 function compareDate(d1,d2) 2 { 3 return ((new Date(d1.replace(/-/g,"\/"))) >= (new Date(d2.replace(/-/g,"\/")))) 阅读全文
posted @ 2017-11-23 19:58 wyl_103 阅读(435) 评论(0) 推荐(0) 编辑