hw.tld
来自「尚学堂DRP项目源代码.很经典的东东.希望对大家有用.采用STRIST.HIBE」· TLD 代码 · 共 18 行
TLD
18 行
<?xml version="1.0" encoding="ISO-8859-1" ?>
<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
version="2.0">
<tlib-version>2.0</tlib-version>
<short-name>mytag</short-name>
<uri>http://www.bjsxt.com/tag-bean</uri>
<tag>
<name>helloworld</name>
<tag-class>com.bjsxt.drp.tag.HelloWorldTag</tag-class>
<body-content>empty</body-content>
</tag>
</taglib>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?