02 2015 档案
扩展方法是静态类中的静态方法
摘要: 阅读全文
posted @ 2015-02-06 09:34 donchen-c 阅读(158) 评论(0) 推荐(0)
MVC 使用Jquery实现AJax
摘要:ViewClick MeView CodeControllerpublic ActionResult GetTime(){ return Content(DateTime.Now.ToString());}View Code通过post方法实现Form的Ajax提交View@model Mvc... 阅读全文
posted @ 2015-02-04 13:40 donchen-c 阅读(402) 评论(0) 推荐(0)