摘要:
WebService代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Services;using System.Data;namespace jQuery.Learning{ /// <summary> /// WebServic... 阅读全文
posted @ 2010-12-04 17:36
aparche
阅读(372)
评论(1)
推荐(1)
摘要:
由于.net frameword3.5以上添加了对contenttype的检查,当ajax发送请求时,如果设置了contenttype为json,那么请求webservice时,会自动将返回的内容转为json的格式,json的格式iruxia{"d":"webservice方法返回的字符串内容"} 这时出现一个问题了,如果方法返回的是一个json格式的字符串,那么如何获得实际的json对象,而不... 阅读全文
posted @ 2010-12-04 17:28
aparche
阅读(4253)
评论(1)
推荐(1)
浙公网安备 33010602011771号