icon.jsp
来自「部门结构树」· JSP 代码 · 共 29 行
JSP
29 行
<%@ taglib uri="/WEB-INF/icontag.tld" prefix="icon" %>
<html>
<head>
<title>Icon Tag Demo - (C) 2004 - Jenkov Development</title>
<link rel="stylesheet" href="/prizetagsdemo/stylesheet.css" type="text/css">
</head>
<body>
Try moving the mouse over the icon below, and pressing down the left mouse button.
<br/>
See how the image changes.
<br/><br/>
<icon:icon src="plus.gif" alt="New" deactivated="tru" />
<br/><br/>
The JSP tag code used to generate this icon is only
<br/><br/>
<code><icon:icon src="plus.gif" alt="New" /></code>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?