摘要: jsp自定义标签 概述 没有标签主题的标签 带有标签主体的标签 概述 自定义标签需要实现SimpleTag接口,在定义标签的时候,只需要实现该接口的几个方法就可以了. ` void setJspContext(JspContext pc) 默认传入PageContext对象 通过PageContex 阅读全文
posted @ 2016-08-10 00:32 不愿透露姓名的高杨 阅读(462) 评论(0) 推荐(0)