好好生活
  平平淡淡每一天

编辑

Controller层

@RequestMapping(value = "/url",method = RequestMethod.POST)
public String selectXXX(@RequestBody(required = false) String typeName){
	return "";
}
posted @ 2024-09-20 20:43  踏步  阅读(9)  评论(0)    收藏  举报