|
楼主 |
发表于 2018-3-28 09:41:10
|
显示全部楼层
我改成了 JS正常给我返回的是json string 实际上还是返回null T_T
//创建Httphelper对象
// HttpHelper http = new HttpHelper();
////创建Httphelper参数对象
//HttpItem item = new HttpItem()
//{
// URL = "http://10.18.33.124:8080/sysRest/getZcjgListLikeCondition",//URL 必需项
// Method = "get",//URL 可选项 默认为Get
// ContentType = "application/json",//返回类型 可选项有默认值
// //ResultCookieType = ResultCookieType.String //默认值可以不写
//};
////请求的返回值对象
//HttpResult result = http.GetHtml(item);
//string d = result.Html; |
|