修改创建jsp模板改为Html5

来源:互联网 发布:sopcast网络电视安卓版 编辑:程序博客网 时间:2024/06/06 20:46
1.设置步骤如下: eclipse -- >perferences - >web ->jsp - jsp files -Editor ->templates 在这里可以设置模板。

2.实例
<%@ page language="java" contentType="text/html; charset=${encoding}" pageEncoding="${encoding}"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="${encoding}">
<title>Insert title here</title>
</head>
<body>
${cursor}
</body>
</html>
0 0
原创粉丝点击