Test
Posted apimhnkj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Test相关的知识,希望对你有一定的参考价值。
目录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
- haha
- haha
- haha
你的兄弟,你的姐妹
你的兄弟姐妹
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
以上是关于Test的主要内容,如果未能解决你的问题,请参考以下文章