JavaScript获取当前根目录 主要用到Location 对象,包含有关当前 URL 的信息,是 Window 对象的一个部分,可通过 window.location 属性来访问. 方法一 (window.document.location.href/window.document.location.pathname) function getRootPath_web() { //获取当前网址,如: http://localhost:8083/uimcardprj/share/meun.js…