摘要:
http://blog.gfader.com/2010/05/aspnet-mvc-model-binding-to-list-or-how.html http://www.cnblogs.com/yinzixin/archive/2012/11/10/2763625.html http://www 阅读全文
2014年4月9日 #
摘要:
$(document).ready(function (){var things =[{ id:1, color:'yellow'},{ id:2, color:'blue'},{ id:3, color:'red'}]; things = JSON.stringify({'things': things }); $.ajax({ contentType:'application/json; charset=utf-8', dataType:'json', type:'POST', 阅读全文