摘要:
1、新建 WebService1.asmx ;2、在WebService1.cs中加入代码:[WebMethod]public int WebAdd(int x, int y)...{ return x + y;}[WebMethod]public int WebMultiply(int x, int y) ...{ return x * y;}3、生成解决方案;4、把程序放在localhost下... 阅读全文
posted @ 2009-12-01 10:47 kingwangzhen 阅读(2076) 评论(0) 推荐(0) 编辑