标签:test current pre tables javascrip col script center tty
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
你是谁,为了谁,你的兄弟姐妹又是谁
你是谁,为了谁
你的兄弟,你的姐妹
你的兄弟姐妹
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
标签:test current pre tables javascrip col script center tty
原文地址:https://www.cnblogs.com/apimhnkj/p/10087948.html