您需要通过重定向简单地传递该随机数。这个数字来自params _ ,那就把它给你 redirect_to 方法:
_
redirect_to
redirect_to some_path('_' => params[:_])
这应该解决它,但只有在存在该参数时才这样做。