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.
嗨,我想做以下工作:
http://localhost:3000/reviews/new?ticket[]=token[]=109u11
可以认为是意义params[:ticket][:token] = 109u11
params[:ticket][:token] = 109u11
谢谢!
您需要像这样更改网址:
http://localhost:3000/reviews/new?ticket[token]=109u11