jquerymobile - location.href - 移动页面

发布于 2024-10-11 17:33:15 字数 94 浏览 1 评论 0原文

我正在使用 location.href = "html page" 将一个 html 页面移动到另一页面。我想在移动页面时传递一些数据。该怎么做呢?我是这方面的新手。请帮我。

I am using the location.href = "html page" to move one html page to another page. I want to pass some data when I move the pages. How to do it in? I am new bee to this one. Please help me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我乃一代侩神 2024-10-18 17:33:15

编辑

为什么这个标签是jquery-mobile?

如果您想将数据传递到服务器端脚本,您可以像往常一样执行此操作:

href="somesite.html?foo=bar&duck=swims"
href="somesite.php?foo=bar&duck=swims"
href="somesite.aspx?foo=bar&duck=swims"

如果使用 jquery mobile,则根本不应该以这种方式更改页面。创建链接或使用changePage()方法。

Edit

Why is this tagged jquery-mobile at all?

If you want to pass data to server-side script, you do it as always:

href="somesite.html?foo=bar&duck=swims"
href="somesite.php?foo=bar&duck=swims"
href="somesite.aspx?foo=bar&duck=swims"

If using jquery mobile you shouldn't change pages this way at all. Create links or use changePage() method.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文