请问在jsp中怎么样用replace把\n替换成 <br>
我用的是jdk1.5版本
我用这种方法替换cont=cont.replaceAll("\n","<br>");
但是在运行的时候提示错误为:
org.apache.jasper.JasperException: Unable to compile class for JSPAn error occurred at line: 5 in the jsp file: /Post.jsp
Generated servlet error:
String literal is not properly closed by a double-quote
------解决方案--------------------再加个/呢
------解决方案--------------------JScript code
cont=cont.replace(/\n/g,"<br>")
------解决方案--------------------
\n这个不对
------解决方案--------------------
我的异常网推荐解决方案:org.apache.jasper.JasperException: Unable to compile class,http://www.aiyiweb.com/j2ee/2308.html