设为首页 加入收藏

TOP

Struts2_属性驱动(二)
2019-09-17 17:34:57 】 浏览:41
Tags:Struts2_ 属性 驱动
ype
="reset" name="reset"/><br/> 7 </form> 8 9 </body>

strust.xml:

 1 <?xml version="1.0" encoding="UTF-8"?>
 2 
 3 <!DOCTYPE struts PUBLIC
 4     "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
 5     "http://struts.apache.org/dtds/struts-2.3.dtd">
 6 
 7 <struts>
 8     <package name="Hello" extends="default-struts" namespace="">
 9         <action name="Hello" class="com.ahd.action.HelloAction">
10             <result>/success.jsp</result>
11         </action>
12     </package>
13 </struts>

 

首页 上一页 1 2 下一页 尾页 2/2/2
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇机票实时搜索系统架构设计 下一篇【干货】微服务设计的基础知识

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目