后台存储字符串时存储String val = “hello” + “ ” + “world”;
jsp处理:
<% request.setAttribute("vEnter", " "); %> ${fn:replace(item.val, vEnter, "<br/>")}