如何在HTML文件中通过javascript获得当前网页的绝对路径和相对路径绝对路径:<!DOCTYPE html><html><body><script>document.write(location.href)输2023-02-20JavaScript210