const asyncLocalStorage = { setItem: function (key, value) { return Promise.resolve().then(function () { localStorage.
確定! 回上一頁