当前位置:网站首页>Js获取当前页面url参数
Js获取当前页面url参数
2022-08-04 12:22:00 【lyudev】
<script type="text/javascript">
function getUrlParams(url) {
const _url = url || window.location.href;
const _urlParams = _url.match(/([?&])(.+?=[^&]+)/igm);
return _urlParams ? _urlParams.reduce((a, b) => {
const value = b.slice(1).split('=');
a[value[0]] = value[1]
return a;
}, {}) : {};
}
$(function() {
var code = getUrlParams()
$(".shareCode").text(code.code)
});
</script>
边栏推荐
- yolo系列的head模块
- C#控制台退出前操作
- 深度学习------pytorch-gpu环境搭建
- UMA & Hong Kong Polytechnic & Ali propose SP-ViT to learn 2D space prior knowledge for visual Transformer!
- 【UML】信息系统分析与设计知识点总结
- Neck modules of the yolo series
- 简要介绍电源效率测试
- ECCV 2022 | Towards Data Efficient Transformer Object Detectors
- 年轻人为什么不喜欢买蒙牛、伊利了?
- SchedulX V1.5.0发布,提供快速压测、对象存储等全新功能!
猜你喜欢
基于BiLSTM的回归预测方法
简要介绍电源效率测试
使用Stream多年,collect还有这些“骚操作”?
Focus!2022 interview must brush 461 interview questions summary + interview + resume template
【地平线旭日X3派试用体验】从开机到点灯(第一节)
Cool and efficient data visualization big screen, it's really not that difficult to do!丨Geek Planet
直击面试!阿里金九银十最新面试小册 稳过!
shell之循环语句(for、while、until)
A comprehensive understanding of MOS tubes, an article is enough
如何治理资源浪费?百度云原生成本优化最佳实践
随机推荐
考研数一数二数三之间的具体详细区别
LeetCode每日一题(858. Mirror Reflection)
程序猿七夕礼物-如何30分钟给女友快速搭建专属语聊房
Flutter强大的下拉筛选菜单gzx_dropdown_menu
244页pdf!《2022 中国云计算生态蓝皮书》发布
电源输出的Overshoot和Undershoot 测试
UMA & Hong Kong Polytechnic & Ali propose SP-ViT to learn 2D space prior knowledge for visual Transformer!
力扣解法汇总1403-非递增顺序的最小子序列
DC-DC电源中前馈电容的选择
Small program on how to play in the construction of e-government service platform value
活动报名:如何高效应对当下的实时场景需求?
划重点!2022面试必刷461道大厂架构面试真题汇总+面经+简历模板
常用代码模板1——基础语法
MOSFET米勒平台(Miller Plateau)
Yolov5 test and train own dataset
【综合笔试题】难度 4.5/5,超超超经典数学运用题
【UML】信息系统分析与设计知识点总结
中电资讯 - 一路“标”升,喜迎Q3开门红
【RISC-V】Trap和Exception
如何过一个充满科技感的七夕?华为告诉你