摘要: function getOffDays(startDate, endDate){ var startDateArr = startDate.split("-"); var checkStartDate = new Date(); checkStartDate.setFullYear(startDat 阅读全文
posted @ 2017-05-05 11:34 EchoDuangDuang~ 阅读(1366) 评论(0) 推荐(0)
摘要: 首先我们可以遍历dropdown var array = new Array(); $("#select option").each(function(j){ array[j]=$(this).val(); $("#select option[value="+this.value+"]").remo 阅读全文
posted @ 2017-05-05 11:32 EchoDuangDuang~ 阅读(183) 评论(0) 推荐(0)
摘要: parseFloat("0.111111").toFixed(2) 阅读全文
posted @ 2017-05-05 11:21 EchoDuangDuang~ 阅读(1115) 评论(0) 推荐(0)