Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
会像什么
[OperationContract] [WebGet] string IWannaRead(int[] ids);
工作?以及如何为www.example.com/service.svc?ids=1,2,3,4,5,6,7,8请求形成一个链接\url()?
www.example.com/service.svc?ids=1,2,3,4,5,6,7,8
这里解释:
http://social.msdn.microsoft.com/Forums/en/wcf/thread/2341c11e-92b3-4da4-aba5-858054f46c80
是的你可以。它完全按照您指定的方式工作。