JSON.parse 時另外指定Reviver 函式將"yyyy-MM-ddTHH:mm:ssZ" 轉成Date 型別 ... dateReviver(key, value) { var a; if (typeof value === 'string') ...
確定! 回上一頁