• [织梦吧]唯一域名:www.dedecms8.com,织梦DedeCMS学习平台.

当前位置: > 编程与数据库 > Jsp编程 >

JSP自定义标签实现数据字典(12)

来源: www.dedecms8.com 编辑:织梦吧 时间:2012-06-29点击:

        } catch (IOException ex) { 
            throw new JspTagException("错误"); 
        } 
        return EVAL_BODY_INCLUDE; 
    } 
    @Override 
    public int doEndTag() throws JspException { 
        try { 
            StringBuffer results = new StringBuffer(""); 
            if ("SEX".equals(collection)) { 
                results.append("<span>"); 
                results.append("<input type=\""); 
                results.append("hidden\" name=\""); 
                results.append(getName()); 
                results.append("\""); 
                results.append(" value=\""); 
                results.append(getValue()); 
                results.append("\">");                
                if ("1".equals(getValue())) { 

About D8

  • ©2014 织梦吧(d8) DedeCMS学习交流平台
  • 唯一网址 www.DedeCMS8.com 网站地图
  • 联系我们 1170734538@qq.com ,  QQ