Heim >Web-Frontend >js-Tutorial >取得传值的函数_javascript技巧

取得传值的函数_javascript技巧

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-05-16 19:24:481123Durchsuche

复制代码 代码如下:
<script> <BR>//取得传值的函数 <BR>function QueryString(qs) <BR>{ <BR> var s = location.href.replace("?","?&").split("&"); <BR> var re = ""; <BR> for(i=1;i<s.length;i++) <BR> (s[i].indexOf(qs+"=")==0)&&(re=s[i].replace(qs+"=","")) <BR> return re; <BR>} <BR></script> 
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn