PEIYANGXINQU

 

2013年10月29日

利用原生态的(System.Web.Extensions)JavaScriptSerializer将mvc 前台提交到controller序列化复杂对象

摘要: 主要代码如下: public JsonResult Test() { string s = Request.Form.ToString(); JavaScriptSerializer jss = new JavaScriptSerializer(); var sth = jss.Deserialize(HttpUtility.UrlDecode(s)); //var lst = jss.Deserialize>>(HttpUtility.UrlDecode(s)); ... 阅读全文

posted @ 2013-10-29 16:48 PEIYANGXINQU 阅读(243) 评论(0) 推荐(0) 编辑

点击图片后放大居中显示

摘要: 主要是要考虑浏览器的兼容性和样式 1 2 3 4 5 6 51 64 65 66 67 68 69 70 关闭窗口71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 //87 88 View Code http://download.csdn.net/detail/yekeyishuo/6468265 阅读全文

posted @ 2013-10-29 01:35 PEIYANGXINQU 阅读(453) 评论(0) 推荐(0) 编辑

导航