摘要: //create the date var myDate = new Date(); //add a day to the date myDate.setDate(myDate.getDate() + 1); //add a week myDate.setDate(myDate.getDate() ... 阅读全文
posted @ 2015-01-23 14:46 lypzxy 阅读(165) 评论(0) 推荐(0) 编辑