发布于 2年前 ES6 如何获取当前URL? const currentURL = () => window.location.href // 事例 currentURL() // 'https://google.com'