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

📄 sumtag.jsp

📁 此资源是jsp应用开发 邓子云等编写的一书里的源代码
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@ taglib prefix="mytag" tagdir="/WEB-INF/tags/"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>

<html>
	<head>
		<title>sumtag</title>
	</head>
	<body bgcolor="#ffffff">
		<h1>
			tag标签文件演示
		</h1>
		<mytag:sumtag items="111,222,333">
			<jsp:attribute name="great">
				<font color="red"> SUM: ${sum}</font>
			</jsp:attribute>
			<jsp:attribute name="less">
				<font color="blue"> SUM: ${sum}</font>
			</jsp:attribute>
		</mytag:sumtag>
	</body>
</html>

⌨️ 快捷键说明

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