@Responsebody作用 2018-05-06 本文已影响0人 Aluha_f289 在ajax异步请求中,希望返回的类型是json数据,加上@Responsebody就会return json数据类型。 简而言之@Responsebody作用就是return json数据。