大雀软件园

首页 软件下载 安卓市场 苹果市场 电脑游戏 安卓游戏 文章资讯 驱动下载
技术开发 网页设计 图形图象 数据库 网络媒体 网络安全 站长CLUB 操作系统 媒体动画 安卓相关
当前位置: 首页 -> 技术开发 -> Script -> HTML页面如何象asp一样接受参数

HTML页面如何象asp一样接受参数

时间: 2021-07-31 作者:daque

<script language="javascript">var pos,str,para,parastr,tempstr1;tempstr="";str = window.location.href;pos = str.indexof("?")parastr = str.substring(pos+1);document.write("<br>文献路途:"+str);if (pos>0){ document.write("<br>一切参数:"+parastr); }else  { document.write ("无参数"); }

if (str.indexof("&")>0){ para = parastr.split("&"); for(i=0;i<para.length;i++) { tempstr1 = para[i];  pos = tempstr1.indexof("="); //document.write (tempstr1.substring(0,pos)); document.write ("<br>参数"+i+":"+tempstr1.substring(0,pos)); document.write ("即是:"+tempstr1.substring(pos+1)); } }</script>

热门阅览

最新排行

Copyright © 2019-2021 大雀软件园(www.daque.cn) All Rights Reserved.