辛勤飞鸟

文章
8
资源
0
加入时间
3年2月3天

工作中总结的一些前端问题解决方案

工作中总结了很多在前端遇到的问题,但是都零零散散的记录在笔记上,今天整理了一下。计算两个月份之间相差天数var beginYear = $("select[name='beginYear'] option:selected").val();//获取开始年var beginMonth = $("select[name='beginMonth'] option:selected").val...