我想把网址的?a=5&b=8部分转换成字典{ a:5,b:8 }。
在.net中有这样的方法吗?还是我自己?
我需要解析查询部分,这样我才能实现自己的URL解码。问题是火狐根据使用的字母表使用不同的编码(UTF8或ISO-8859-1)。
示例:
Firefox的编码方式如下:
- v v
http://localhost:8041/Reforge.aspx?name=ArcânisГ
Firefox turns into
http://localhost:8041/Reforge.aspx?n
按照铁轨路线..。
post '/a/link.aspx', to: 'vendor_simulator#an_action'
路线显示..。
Prefix Verb URI Pattern Controller#Action
POST /a/link.aspx(.:format) vendor_simulator#an_action
接下来的通过考试..。
it "returns http success" do
post :an_action, return_xml,