随笔分类 -  JavaScript

摘要:假设cshtml文件中是这样的:data是json数据。传递到的Action是/Home/MyAjax。那么在Action方法处接收的方式如下:public ActionResult MyAjax(string val1) { string val2 = Requ... 阅读全文
posted @ 2014-04-28 23:12 MrMrCash 阅读(466) 评论(0) 推荐(0)