摘要:
//获取指定的URL参数值function getParam(paramName) { paramValue = ""; isFound = false; if (this.location.search.indexOf("?") == 0 && this.location.search.indexOf("=") > 1) { arrSource = unescape(this.location.search).substring(1, this.location.search.length).split(&qu 阅读全文
posted @ 2013-07-29 14:46
一只小鸟
阅读(393)
评论(0)
推荐(0)