[转]flash 获取 浏览器url变量

      flash As 2008-12-30 21:36:00
VarsString=location.split("?")[1] 就得到整段参数了,再用字符串分析函数,每个变量都可以获得了. var Vars=VarsString.split("&") for(var i in Vars){ temp=Vars[i].split("=") set(Vars[0],Vars[1]) }
标签集:TAGS:
回复Comments() 点击Count()
喜欢就顶一下

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}