因為一般timestamp 取得的是秒數,但在JavaScript 中要帶入的是毫秒,所以要 new Date(timestamp * 1000) :. let timestamp = 1513598707;
確定! 回上一頁