日期:2014-05-17 浏览次数:20417 次
我的Model{Id int,IEnumerable<int> Items} Post回来的Json是对象:{"Id":"2","Items":["1","2","3"]} 但是通过参数传回来的Model是null,求解答!