The following example uses the `window.location` object to get the current URL in JavaScript: ```javascript var currentURL = window.location.href; ...
確定! 回上一頁