js 直接调用webservice 方法
WebService.showProBSM(layers[i],metry,GetRst);
function GetRst(result){ returnResult[i]=result; }
WebService 是类
showProBSM [WebMethod]方法
layers[i],metry 两个参数
GetRst 回调函数
result 返回结果
本文详细介绍了如何使用JS直接调用Web服务方法,并通过示例展示了WebService类的showProBSM方法的使用,包括参数传递和回调函数GetRst的实现。
js 直接调用webservice 方法
WebService.showProBSM(layers[i],metry,GetRst);
function GetRst(result){ returnResult[i]=result; }
WebService 是类
showProBSM [WebMethod]方法
layers[i],metry 两个参数
GetRst 回调函数
result 返回结果
1868
1618

被折叠的 条评论
为什么被折叠?
