摘要: var today = new Date(); today .getFullYear(); //获取完整的年份(4位,1970) today .getMonth(); //获取当前月份(0-11,0代表1月) today .getDate(); //获取当前日(1-31) today .getDay 阅读全文
posted @ 2016-03-31 17:51 雨中蝶 阅读(1601) 评论(0) 推荐(0) 编辑