2013-05-01 51 views

回答

1

是的。

create → POST /collection 
read → GET /collection[/id] 
update → PUT /collection/id 
delete → DELETE /collection/id 
相關問題