js 中var time = new Date().getTime()得到的是毫秒数0、时间戳转日期字符串function getLocalTime(nS) { var d = new Date(parseInt(nS)* 1000); ...
確定! 回上一頁