<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<!DOCTYPE html>
<html>
<head>
<base href="<%=basePath%>">
<title></title>
<meta charset="utf-8">
<link href="" rel="stylesheet" type="text/css">
<link href="" rel="stylesheet" type="text/css">
</head>
<body>
<form>
<input type="" name="" id="" value="" />
<!--H5默认button类型为submit-->
<button>submit</button>
</form>
<script src="" type="text/javascript"></script>
<script type="text/javascript">
</script>
</body>
</html>