⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 template.jsp

📁 struts+spring+hibernate例子
💻 JSP
字号:
<%@ page language="java" pageEncoding="UTF-8" isELIgnored="false"%>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
	<meta name="keywords" content="在线购物,网上购物,产品社区,积分兑换" />
	<meta name="description" content="豆豆换购商品" />
	<title>在线商城-产品论坛-免费购物-新豆网</title>
	<link rel="stylesheet" href="${pageContext.request.contextPath}/templates/default/dnt.css" type="text/css" media="all" />
	<link rel="stylesheet" href="${pageContext.request.contextPath}/templates/default/new.css" type="text/css" media="all" />
	<script type="text/javascript" src="${pageContext.request.contextPath}/templates/default/common.js"></script>
	<script type="text/javascript" src="${pageContext.request.contextPath}/editor/common.js"></script>
	<script type="text/javascript" src="${pageContext.request.contextPath}/editor/menu.js"></script>
  </head>  
  <body>
  	<tiles:insert attribute="head" flush="true" />
    	<tiles:insert attribute="data" flush="true"/> 
    	<tiles:insert attribute="foot" flush="true" />
  </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -