摘要:
<1>序列化对象为单个对象的时候 //Student person = new Student() { Name = "张三",Code="001" }; //JavaScriptSerializer json = new JavaScriptSerializer(); //string str = json.Serialize(person); context.Response.Write(str);前台Jquery代码: $(document).ready( function () { $.post("Test.ashx&quo 阅读全文
posted @ 2012-12-26 14:47
小爪微凉
阅读(192)
评论(0)
推荐(0)