// 1 获取当前网址,如:localhost:8080/Tmall/index.jsp var currentWebsite=window.document.location.href; // 2 获取主机地址之后的目录, 如:/Tmall/index. jsp var pathName……