javascript与webservice的通信实现代码
在我这里,我选择将xml直接转换为json,以便后续javascript应用的处理。我使用.net平台构建简单的webservice。 Request.asmx 复制代码 代码如下: using System; using System.IO; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Web; ...