摘要: .net 下用javascript调用webservice的话,要用到webservice behavior。下面以一个例子讲解之,比较简单1 、首先,要创建一个webservice,比如 using System; using System.Web.Services; public class MyMath { [WebMethod] public int add(int a, int b) ... 阅读全文
posted @ 2006-06-23 13:41 志在四方 阅读(363) 评论(0) 推荐(0)