摘要: 注意事项:1主要是返回数据类型要有"[ ]"这种格式一 一般处理程序内容 test.ashx内容context.Response.ContentType = "text/plain";(1)字符串传输string data = "[{\"name\":\"zhangsan\",\"id\":1},{\"name\":\"lisi\",\"id\":2}]"; context.Response.Write(data); 阅读全文
posted @ 2012-02-25 16:38 chenfan31 阅读(1033) 评论(0) 推荐(1) 编辑