码迷,mamicode.com
首页 > Web开发 > 详细

一个html页面传入参数到另一个html页面用js获取方法

时间:2017-04-08 12:53:39      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:路径   location   页面   geturl   arc   number   ace   name   html   

没错使用以下函数就能够完整的获取到路径里的你想要的参数:
function getURLParameter(name) { return decodeURIComponent((new RegExp(‘[?|&]‘ + name + ‘=‘ + ‘([^&;]+?)(&|#|;|$)‘).exec(location.search)||[,""])[1].replace(/\+/g, ‘%20‘))||null; }

一个html页面传入参数到另一个html页面用js获取方法

标签:路径   location   页面   geturl   arc   number   ace   name   html   

原文地址:http://www.cnblogs.com/zouchengli/p/6681179.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!