9
當我做了Facebook的JavaScript API中:FB.getAuthResponse()的單位是什麼?expiresIn?
FB.getLoginStatus(function(response) {
console.log(response.authResponse.expiresIn);
});
我得到類似5184000.
當是一個整數?什麼是單位?什麼是時代?這顯然不是1970年以來的毫秒數。我如何將它轉換爲JavaScript中的日期?