我想使用Ajax加载xml
文件。该文件位于根目录的另一个文件夹中。
jQuery
获取根目录路径?jQuery
移动到当前路径的父目录?答案 0 :(得分:1)
返回root / hostname:
window.location.hostname
这将返回父文件夹的路径。
var string1 = "../example/index.html";
var string2 = string1.replace(string1.split("/").pop(),"");
字符串2 = .. /示例/