我想知道,当我已经在一个webmethod中时,我如何调用其他的webmethod?例如,webmethodA和webmethodB。当我在webmethodA时,我想打电话给webmethodB。我真的不知道怎么做。
发布于 2016-09-01 07:34:07
就像其他方法一样,你只需要调用它,所以尝试
只是叫它hello ("Hoe Luen");
hello ("Hoe Luen");
https://stackoverflow.com/questions/39264843
相似问题