slqwell

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年2月23日

摘要: //接收网址参数 function GetUrlParameter(paramName) { var returnVal=""; try{ var paramUrl=window.location.search; //处理长度 if(paramUrl.length>0){ param... 阅读全文
posted @ 2009-02-23 14:12 slqwell 阅读(1913) 评论(0) 推荐(0)