📅  最后修改于: 2022-03-11 15:04:30.079000             🧑  作者: Mango
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)