📄 usehellotaghaveprop.jsp
字号:
<%@ taglib uri="/myTag" prefix="myTag" %>
<%@ page contentType="text/html;charset=GB2312" %>
<html>
<head>
<title>开发带有属性的标签</title>
</head>
<body>
下面是应用这个带有属性的自定义标签的结果:<br>
<myTag:helloTagHaveProp fontSize="5"/><br>
<myTag:helloTagHaveProp fontSize="4" fontColor="red"/>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -