摘要:
一、 需要继承SimpleTagSupport类:public class FormatString extends SimpleTagSupport { private String split;public void setSplit(String split) {this.split = split;}@Overridepublic void doTag() throws JspException, IOException {JspFragment jf = this.getJspBody();StringWriter sw = new StringWriter();jf.invoke( 阅读全文
摘要:
-->-->--> /share/message.jsp /function/addUI.jsp /function/list.jsp /function/editFunction.jsp ----------------------------------------------------------------------------------------------- --> --> --> --> ... 阅读全文
摘要:
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"xmlns:aop="http://www.spr 阅读全文