js中怎么使用已经得到的字符串变量! 10
我写了两个htmla.html在js中使用window.location.href="/scripts/b.HTML?str="+"strasfdsadfasgasga"...
我写了两个html
a.html
在js中使用
window.location.href="/scripts/b.HTML?str="+"strasfdsadfasgasga";
b.html中
在js中
var url = document.URL;
var urlA = url.split('=');
word = urlA[1];
alert(word);
显示已经得到了 “strasfdsadfasgasga”这个字符串,但是在另一个function中要用到这个字符串时不能直接引用word,要怎么才能使用到这个字符串时它的值为“strasfdsadfasgasga”呢,求指教! 展开
a.html
在js中使用
window.location.href="/scripts/b.HTML?str="+"strasfdsadfasgasga";
b.html中
在js中
var url = document.URL;
var urlA = url.split('=');
word = urlA[1];
alert(word);
显示已经得到了 “strasfdsadfasgasga”这个字符串,但是在另一个function中要用到这个字符串时不能直接引用word,要怎么才能使用到这个字符串时它的值为“strasfdsadfasgasga”呢,求指教! 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询