标签: ajax spring-boot
我想更新我的div,比如
document.getElementById("myDiv").innerHTML = springBootResponse.responseText;
但我无法找到一种方法来发送纯文本作为我的控制器的响应。 我怎么做呢?