下面是其他完整的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
请帮我解释语法或示例。
答案 0 :(得分:0)
这些应该有效,请试试:
polygon.translate(20, 100)
polygon.rotate(-90)