gpt4 book ai didi

javascript通过url传递变量

转载 作者:行者123 更新时间:2023-11-28 21:07:58 25 4
gpt4 key购买 nike

好吧,问题可能不正确,但我会尝试一下。

我的脚本:

<a href="javascript:var%20u=location.href;window.open('http://localhost/url='+u);void(o)" onclick="return false">OMG, testing</a>

实际上,没有 JavaScript 的 url 看起来像:

http://localhost/url=google.com

在这里想添加这个:&format=txt

所以,正确的网址是:

http://localhost/url=google.com&format=txt
  • 如何将&format添加到显示在的javascript“脚本”中顶部?

最佳答案

这就是你想要的吗:

<a href="javascript:var%20u=location.href;window.open('http://localhost/url='+u+'&format=txt');void(o)" onclick="return false">OMG, testing</a>

关于javascript通过url传递变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9395467/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com