location.replace(url); 其中location.assign(url); 跟location = url; 或是location.href = url; 功用是一樣的。 那麼assign 和replace 有什麼差別呢 ...
確定! 回上一頁