events: "/Home/DateMenu/Indexdate",
然后后台代码为
public ActionResult Indexdate()
{
string ssss = "[{'id':1,'title':'已经过去的事件','start':'2016-6-1 12:30:00','end':'2016-6-1 12:35:00'}]";
return Content(ssss);
} 就是没有绑定值,为啥?大神帮我看看呗!急死了。
"[{\"id\":1,\"title\":\"已经过去的事件\",\"start\":\"2016-6-1 12:30:00\",\"end\":\"2016-6-1 12:35:00\"}]"这样写就对了。