You can use url_for
passing the params.
url_for(params.merge(:c => "e"))
If you use an helper like link_to
that internally uses url_for
you can skip the url_for
and pass the has directly.
link_to "Page", params.merge(:c => "e")
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…