如何在HTML文件中通过javascript获得当前网页的绝对路径和相对路径

2024-11-16 19:46:42
推荐回答(1个)
回答(1):

document.write(location.href);
document.write(location.pathname);