$.mobile.path.get(url);//获取URL地址的目录部分,就是除了a.html之外的那部分 jQuery.mobile.path.getDocumentBase(bool) //获取文档地址的根目录,默认参数为false,返回一个对象,如果是false,返回一个当前URL字符串,如http://localhost:4479/www/login.html: jQuery.mobile.path.getDocumentUrl(bool) 这个方法和jQuery.mobile.pat…