2
摘要: js获取基本地址 var curPath = window.document.location.href;var PERFIX;PERFIX = curPath.substring(0,curPath.indexOf("web")); 1、document表示的是一个文档对象,window表示的是一 阅读全文
posted @ 2020-09-29 16:33 浮夕 阅读(558) 评论(0) 推荐(0) 编辑