webservice中的方法为:
public int GetTorrent(out byte[] torrentString, string password, int movieId)
调用时显示的参数顺序为:
public int GetTorrent(string password, int movieId,out byte[] torrentString)
请问参数顺序变了是怎么回事?
添加回答
举报
0/150
提交
取消