📜  获取当前 url javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:30.079000             🧑  作者: Mango

代码示例2
window.location.pathname; // Returns path only (/path/example.html)
window.location.href;     // Returns full URL (https://example.com/path/example.html)
window.location.origin;   // Returns base URL (https://example.com)