摘要: 首先创建一个JSONHelper.css类在创建两方法一个用来返回getJSON的返回值,另外一个用来序列化对象·····using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Text;//序列using System.Web.Script.Serialization;namespace SCJob.WebUI.JsonHelper{ public class JSONHelper : System.Web.UI 阅读全文
posted @ 2012-02-29 00:36 DuFeng 阅读(1372) 评论(1) 推荐(1)