`
lethorld
  • 浏览: 6742 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
社区版块
存档分类
最新评论
收藏列表
标题 标签 来源
一个可以使用的STD文件模版 std 模板 可用
<?xml version="1.0" encoding="UTF-8"?>
<taglib version="2.0" 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 web-jsptaglibrary_2_0.xsd">

<tlib-version>1.2</tlib-version>
<jsp-version>2.0</jsp-version>
<short-name>cc</short-name>
<uri>simpleTags</uri>
<tag>
	<description>worst use of a custom tag</description>
    <name>simple1</name>
    <tag-class>foo.SimpleTagTest1</tag-class>
    <body-content>empty</body-content>
 </tag>
</taglib>
Global site tag (gtag.js) - Google Analytics