文章出處

根據需要下載富文本編輯器安裝包 網址:ckeditor.com,其次將ckeditor文件夾導入WebRoot根目錄下

創建moneyTest頁面,提交地址是result.jsp

  <script type="text/javascript" src="ckeditor/ckeditor.js"></script></head>
  
  <body>
  <form action="<%=path %>/result.jsp" method="post">
    <textarea class="ckeditor" name="txtcked"></textarea>
    <input type="submit" value="保存">
    </form>
  </body>

result.jsp關鍵代碼

<body>
   <%
  request.setCharacterEncoding("utf-8");
  %>
    <textarea class="ckeditor" name="mycked"><%=request.getParameter("txtcked") %></textarea>
  </body>

實現效果:

 

 


文章列表


不含病毒。www.avast.com
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 大師兄 的頭像
    大師兄

    IT工程師數位筆記本

    大師兄 發表在 痞客邦 留言(0) 人氣()