idea(添加jsp文件模板)

idea(添加jsp文件模板)_第1张图片

 初始jsp模板代码:
<%--
   Created by IntelliJ IDEA.
   User: ${USER}
   Date: ${DATE}
   Time: ${TIME}
   To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>

   
      #[[$Title$]]#
   
   
   #[[$END$]]#
   


自定义jsp模板代码:
<%@page pageEncoding="UTF-8" contentType="text/html; UTF-8" isELIgnored="false" %>



   
              content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
   
    请在此输入标题


 

你可能感兴趣的:(IDEA,intellij-idea,java,ide)