之所以不起作用,是因为您使用的是ASP.NET MVC 2,直到ASP.NET MVC 3才添加对JSON的模型绑定的支持。
但是,您可以将该功能添加到ASP.NET MVC 2中。Phil
Haack对此进行了描述,并在其末尾提供了示例代码的链接:http :
//haacked.com/archive/2010/04/15/sending-json-to-an-asp-net-mvc-action-
方法参数.aspx

之所以不起作用,是因为您使用的是ASP.NET MVC 2,直到ASP.NET MVC 3才添加对JSON的模型绑定的支持。
但是,您可以将该功能添加到ASP.NET MVC 2中。Phil
Haack对此进行了描述,并在其末尾提供了示例代码的链接:http :
//haacked.com/archive/2010/04/15/sending-json-to-an-asp-net-mvc-action-
方法参数.aspx