java后台如何获取ajax请求中的参数?

2025-05-13 03:25:25
推荐回答(2个)
回答1:

request.getAttribute("参数名");

回答2:

与jsp传参取值方式一样。request.getparameter("name");