摘要:
//将时间戳转化为时间 function timestampToTime(timestamp) { var date = new Date(timestamp * 1000);//时间戳为10位需*1000,13位的话不需要 Y = date.getFullYear() + "-"; M = (date.getMonth()+1 < 10 ? '0'+(date.g... 阅读全文
posted @ 2018-05-30 18:48
pengcx
阅读(1178)
评论(0)
推荐(0)

浙公网安备 33010602011771号