摘要:
function getparastr(strname) { var hrefstr,pos,parastr,para,tempstr; hrefstr = window.location.href; pos = hrefstr.indexOf("?") parastr = hrefstr.substring(pos+1); para = parastr.split("&")... 阅读全文
posted @ 2006-04-08 10:42
jirong
阅读(722)
评论(0)
推荐(0)