摘要: function getFormatYMD(timesamp){ var date = new Date(timesamp); Y = date.getFullYear() + '-'; M = (date.getMonth()+1 < 10 ? '0'+(date.getMonth()+1) : 阅读全文
posted @ 2017-03-07 15:15 爱吃土豆的包子君 阅读(9768) 评论(0) 推荐(1)