自定义标签至少要实现一个接口:java.servlet.jsp.tagext.Tag,我们通常是继承javax.servlet.jsp.tagext.TagSupport来实现.
自定义标签的调用过程如下: