📄 index.jsp
字号:
<%@ include file="/WEB-INF/jsp/include.jsp" %><%@ page language="java" contentType="text/html;charset=UTF-8" %><?xml version="1.0" encoding="ISO-8859-1" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> <title>ExtJS Table Demo</title> <c:url var="resources" value="/resources"/> <link rel="stylesheet" type="text/css" href="${resources}/ext/resources/css/ext-all.css"/> <link rel="stylesheet" type="text/css" href="${resources}/stylesheets/common.css"/> <script type="text/javascript" src="${resources}/ext/adapter/ext/ext-base.js"></script> <script type="text/javascript" src="${resources}/ext/ext-all.js"></script> <script type="text/javascript" src="${resources}/javascripts/main.js"></script></head><body> <h1>ExtJS Table Demo</h1> <div id="content"></div> <div id="footer"> <span id="current-date"><c:out value="${date}"/></span> </div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -