码迷,mamicode.com
首页 > 其他好文 > 详细

Test

时间:2018-12-08 16:15:51      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:test   current   pre   tables   javascrip   col   script   center   tty   

目录1

function getNowDate() {
    var date = new Date();
    var split = "-";
    var year = date.getFullYear();
    var month = date.getMonth() + 1;
    var strDate = date.getDate();
    if (month >= 1 && month <= 9) {
        month = "0" + month;
    }
    if (strDate >= 0 && strDate <= 9) {
        strDate = "0" + strDate;
    }
    var currentdate = year + split + month + split + strDate;
    return currentdate;
}
123123

你是谁,为了谁,你的兄弟姐妹又是谁

你是谁,为了谁

  • haha
  • haha
  • haha
  1. haha
  2. haha
  3. haha

你的兄弟,你的姐妹

你的兄弟姐妹

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

Test

标签:test   current   pre   tables   javascrip   col   script   center   tty   

原文地址:https://www.cnblogs.com/apimhnkj/p/10087948.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!