当前位置: 代码迷 >> J2EE >> Servlet 获取FCKeditor标签内容,该怎么处理
  详细解决方案

Servlet 获取FCKeditor标签内容,该怎么处理

热度:53   发布时间:2016-04-22 01:58:34.0
Servlet 获取FCKeditor标签内容
Servlet 获取FCKeditor标签内容 
<FCk:editor instanceName="content" basePath="/fckeditor" ></FCK>
后台,我是用JAVA+JAVABEAN+SERVLER做的没有框架,所以最好不要给夹杂action的答案

------解决方案--------------------
request.getParameter("content");
  相关解决方案