Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在寻找在 Rails 上实现 post-redirect-get 的解决方案。这篇文章建议使用闪光灯,但似乎没有说服力。有没有更好的办法?
flash 与使用 session 基本相同。如果要重定向,则需要一种方法来维护提交的值。除了会话(据我所知)之外,唯一的其他方法是 cookie 或 URL 参数。你也可以使用闪光灯。