ASP.NET MVC 中使用Json的一点小疑问(已解决)

大多数状况下咱们返回到客户端的Json有两种方式:html 一、直接传对象给Json()去转成Json前端 代码 public  ActionResult JsonTest() {         List < Result >  list  =   new  List < Result > ();         list.Add( new  Result { State  =   2 });
相关文章
相关标签/搜索