摘要:
用JQuery中的Ajax方法获取web service等后台程序中的方法1、准备需要被前台html页面调用的web Service,这里我们就用ws来代替了,代码如下:using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Web;using System.Web.Services;using System.Threading;using System.Xml;namespace StudyJq.ws{ /// /// MyW... 阅读全文