0
点赞
收藏
分享

微信扫一扫

【Struts2学习笔记-4】包含其他配置文件

包含其他配置文件

【Struts2学习笔记-4】包含其他配置文件_xml

<?xml version="1.0" encoding="UTF-8" ?>  
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">

<struts>

<include file="xxxx.xml"></include>
</struts>


举报

相关推荐

0 条评论