jquerymobile - location.href - 移动页面
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑
为什么这个标签是jquery-mobile?
如果您想将数据传递到服务器端脚本,您可以像往常一样执行此操作:
如果使用 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:
If using jquery mobile you shouldn't change pages this way at all. Create links or use changePage() method.