0
在這個例子中,如何在鏈接/ button_to_remote呼叫上發送「多個」額外參數?
<%=button_to_remote "Get Related Users", {:url => { :action => 'get_related_users' },
:update => 'result',:with=>"'someVal=3'"} %>
如果我要送多一個鍵/值對[someVal2 = 5],會出現什麼:用什麼樣子?