摘要:
<div> <div id="htmlId1"> htmlId1 </div> <div id="htmlId2"> </div> <div id="htmlId3"> </div> <div id="htmlId4"> </div> <input id="input1" value="input1 阅读全文
摘要:
//js 获取项目的 ip 和端口号 var curPath = window.document.location.href; var pathname = window.document.location.pathname; var pos = curPath.indexOf(pathname); 阅读全文