webservice中的方法為:
public int GetTorrent(out byte[] torrentString, string password, int movieId)
調用時顯示的參數順序為:
public int GetTorrent(string password, int movieId,out byte[] torrentString)
請問參數順序變了是怎么回事?
添加回答
舉報
0/150
提交
取消