hash = { :parm1 => "hi",:parm2 => "hi" }
我想重定向到page / hello
这样的URL:/ hello?parm1 = hi& parm2 = hi
但是如果你有类似hello_path的东西,那么你可以使用redirect_to hello_path(:param1 => 1,:param2 => 2)