随笔分类 -  jsdemo

摘要:function getWeek() { this.nowTime = new Date(); this.init = function() { this.dayInWeek = this.nowTime.getDay(); this.dayInWeek == 0 && (this.dayInWeek = 7); this.thsiWeekFirst... 阅读全文
posted @ 2018-09-04 16:36 小盆友灬 阅读(5271) 评论(0) 推荐(0)
摘要:原生js实现省市区三级联动 html部分代码 <select name="" id="p"> <option value="0">请选择省</option> </select> <select name="" id="c"> <option value="0">请选择市</option> </sel 阅读全文
posted @ 2017-08-01 11:08 小盆友灬 阅读(234) 评论(0) 推荐(0)