PHP
·
发表于 5年以前
·
阅读量:8292
返回当前 URL。
使用window.location.href
获取当前 URL。
const currentURL = () => window.location.href;
// currentUrl() -> 'https://google.com'