标签: restful-url
我想用Restful发布更多参数。 像URL:192.168.1.1/user?name = xxx&amp ;age = 20; 如何用restful写URL? URL:192.168.1.1/user/xxx&20。 谢谢!