對於未更新支援此方法的引擎,可以利用底下的程式補上:. if (!Date.now) { Date.now = function now() { return new Date().getTime(); }; }
確定! 回上一頁