2020年9月24日

【js】url中的一些操作总结

摘要: 一、获取整个url window.location.href // http://localhost:8060/list.html?nav=6&index=1&iframe=%2Fenterprise%2Findex 二、获取问号后面的 window.location.search //?nav=6 阅读全文

posted @ 2020-09-24 14:44 smile轉角 阅读(415) 评论(0) 推荐(0)

导航