摘要:public ActionResult Index() { IList regList = new List() { new RegisterModel{ UserName ="zhangsan", Password="12...
阅读全文
07 2015 档案
摘要:public ActionResult Index() { IList regList = new List() { new RegisterModel{ UserName ="zhangsan", Password="12...
阅读全文
摘要:public ActionResult Index() { List dataList = new List { new RandomData {Id = 1, UserId = 1,RandomDatas = ...
阅读全文
摘要:public JsonResult HttpPost(string name, int geotype, int is_published, string ak) { string url = "http://api.map.baidu.com/geodata...
阅读全文
|