摘要:
var date = new Date(); var year = date.getFullYear(); //返回月份小1,需要加1 var month = date.getMonth()+1; var date = date.getDate()+5; var dates = year + '-' 阅读全文
摘要:
MarkDown学习 标题: 三级标题 四级标题 字体: hello,world! hello,world! hello,world! hello,world! 引用 文章出自cnblog 分割线 图片 超链接 bing搜索 列表 A B C a b c 表格 姓名性别年龄 张三 男 1997.1. 阅读全文