IE doesn't support Object.assign(). Use polyfil if (typeof Object.assign != 'function') { Object.assign = function(target, ...
確定! 回上一頁