实例如下:
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<c:set var="front" value="${frontPath}${pageContext.request.contextPath}/f"/>
<c:set var="ajaxUrl" value="${frontPath}${pageContext.request.contextPath}"/>
<c:set var="ctxStatic" value="${pageContext.request.contextPath}/static"/><!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>智能诉状生成系统</title>
<link href="${ctxStatic}/plugins/bootstrap-3.3.7-dist/css/bootstrap.min.css" rel="external nofollow" rel="stylesheet">
<script src="${ctxStatic}/plugins/jquery-3.2.1.min.js"></script>
<script src="${ctxStatic}/plugins/bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>
<script src="${ctxStatic}/modules/front/selfHelpRegistration/common/js/common.js"></script>
<link href="${ctxStatic}/modules/front/selfHelpRegistration/common/css/common.css" rel="external nofollow" rel="stylesheet">
<link href="${ctxStatic}/plugins/jquery-confirm-3.3.0-dist/jquery-confirm.min.css" rel="external nofollow" rel="stylesheet">
<script src="${ctxStatic}/plugins/jquery-confirm-3.3.0-dist/jquery-confirm.min.js"></script>
<script src="${ctxStatic}/modules/front/selfHelpRegistration/js/local_expire.js"></script>
<script src="${ctxStatic}/plugins/wangEditor-3.1.1/wangEditor.js"></script>
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<!-- import stylesheet -->
<link rel="stylesheet" href="//unpkg.com/iview/dist/styles/iview.css" rel="external nofollow" >
<!-- import iView -->
<script src="//unpkg.com/iview/dist/iview.min.js"></script>
<link href="${ctxStatic}/modules/front/selfHelpRegistration/css/base.css" rel="external nofollow" rel="stylesheet">
<style type="text/css">
.ivu-form .ivu-form-item-label,
.ivu-input{ font-size: 14px; }
.full-writer-left{ width: 680px; }
.full-writer-right{ display: flex; flex: 1;}
.full-writer-left,
.full-writer-right{
padding: 0;
}
.full-writer-left h1,
.full-writer-right h1{
margin: 0;
font-size: 16px;
}
.full-writer-left .template,
.full-writer-right .template{
padding: 15px;
}
.full-writer-right .template{
display: flex;
padding: 0;
border-top: 1px solid #e7e7e7;
}
.fillHtml{
flex: 1;
padding: 15px;
}
.full-writer-head {
display: flex;
align-items: center;
height: 50px;
padding: 0 15px;
justify-content: space-between;
}
.template-bg{ padding: 15px; background: #e7e7e7;}
.template-wrap{ height: 100%; padding: 15px 50px; background: #fff; overflow: auto;}










