link_to 方法 post 不起作用 Rails 2.3.9

发布于 2024-12-03 01:42:50 字数 501 浏览 1 评论 0原文

我正在尝试使用 post 方法实现一些 link_to 。

但是,它始终将所有信息作为查询字符串放入浏览器栏中(其行为类似于 GET)。

为什么?

这是我的代码:

<%= link_to hotel[:name], {:controller => "gds_hotels", :action => "hotel_details",
                      :dest => @destination,
                      :ci => @check_in,
                      :co => @check_out,
                      :hotel => hotel,
                      :rooms => hotel[:rooms]}, :method => "POST" %>

谢谢! =)

I'm trying to implement some link_to's using post method.

However, it always puts all the information as a query string in the browser's bar (it behaves as a GET).

Why?

Here is my code:

<%= link_to hotel[:name], {:controller => "gds_hotels", :action => "hotel_details",
                      :dest => @destination,
                      :ci => @check_in,
                      :co => @check_out,
                      :hotel => hotel,
                      :rooms => hotel[:rooms]}, :method => "POST" %>

Thank you! =)

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文