摘要: 1 <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd" > 2 <struts> 3 4 <!-- include节点是struts2中组件化的方式 可以将每个功能模块独立到一个xml配置文件中 然后用include节点引用 --> 5 <include file="struts-de 阅读全文
posted @ 2012-03-13 10:44 java程序代码 阅读(104) 评论(0) 推荐(0)