好吧,简单的方法:
在您的servlet中定义:
String comment = request.getParameter("preview-form-comment") ;request.setAttribute("anydata", comment);
并在您的textarea中写道:
<textarea id="preview-form-comment" name="preview-form-comment">${anydata}</textarea>
它运行:)祝你好运
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)