| huibing.xie | 1f1606f | 2018-08-20 15:46:55 +0800 | [diff] [blame^] | 1 | <%@ page language="java" contentType="text/html; charset=UTF-8" |
| 2 | import="com.baidu.ueditor.ActionEnter" | ||||
| 3 | pageEncoding="UTF-8"%> | ||||
| 4 | <%@ page trimDirectiveWhitespaces="true" %> | ||||
| 5 | <% | ||||
| 6 | |||||
| 7 | request.setCharacterEncoding( "utf-8" ); | ||||
| 8 | response.setHeader("Content-Type" , "text/html"); | ||||
| 9 | |||||
| 10 | String rootPath = application.getRealPath( "/" ); | ||||
| 11 | |||||
| 12 | out.write( new ActionEnter( request, rootPath ).exec() ); | ||||
| 13 | |||||
| 14 | %> | ||||