type: "post",
dataType:'json',
data: {"start":1,"limit":10},
@RequestPrameter Map<String, Object> params
上面分别是前台ajax和后台controller
type: "post",
dataType:'json',
data: {"start":1,"limit":10},
@RequestPrameter Map<String, Object> params
上面分别是前台ajax和后台controller