无线电塔带如何作为参数通过? 我正在使用页: 1 Sinatra网络服务器。 我如何能够在服务器方面获得选定的无线电台的值?
传真
<form method="get" action="/register">
<input type="radio" name="regRadio" value="1" />
<input type="radio" name="regRadio" value="2" />
<input type="radio" name="regRadio" value="3" />
<input type="radio" name="regRadio" value="4" />
</form>
页: 1
get /register do
params[:regRadio]??
end