如何在REST完整Web服务中发送值(数组)列表,如id。我需要URL语法和java rest完整的Web服务示例

时间:2017-05-30 16:15:03

标签: java web-services rest

下面是其他完整的Web服务示例,哪种语法正确?如何在restful Web服务中传递和检索id列表?

http://localhost:8080/employee?Ids:{1,2,3} or
http://localhost:8080/employee?Ids=1,2,3 or 
http://localhost:8080/employee?Ids=[1,2,3] or

请帮我解释语法或示例。

1 个答案:

答案 0 :(得分:0)

这些应该有效,请试试:

polygon.translate(20, 100)
polygon.rotate(-90)