Json.Net Demo2

新建一个空的Web项目,名称JsonServer,该网页实现Ajax数据请求和响应。 添加Newtonsoft.Json.dll的Dll引用,添加JQuery API文件,目录结构如下: 新建一个Person类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5
相关文章
相关标签/搜索