这是我找到的解决方案。但是,它似乎并不十分优雅:
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %><% pageContext.setAttribute("newlineChar", "n"); %>${fn:replace(item.comments, newlineChar, "; ")}
这是我找到的解决方案。但是,它似乎并不十分优雅:
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %><% pageContext.setAttribute("newlineChar", "n"); %>${fn:replace(item.comments, newlineChar, "; ")}