.struts-config.mex
来自「ajax 例子. 包括:ajax实现级联菜单,下拉列表,dwr的使用. ajax」· MEX 代码 · 共 21 行
MEX
21 行
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
<StrutsActivity path="/readyShow.do" location="30,45" dimension="150,100" />
<StrutsActivity path="/show.jsp" location="30,210" dimension="150,100" />
<StrutsActivity path="/add.do" location="225,150" dimension="181,84" />
<StrutsTransition id="/add.do,to,/readyShow.do,1" routingType="0">
<AutomaticBendpoints>
<AbsolutePoint location="196,192" />
<AbsolutePoint location="75,177" />
<AbsolutePoint location="75,145" />
</AutomaticBendpoints>
</StrutsTransition>
<StrutsTransition id="/readyShow.do,to,/show.jsp,1" routingType="0">
<AutomaticBendpoints>
<AbsolutePoint location="105,145" />
<AbsolutePoint location="105,210" />
</AutomaticBendpoints>
</StrutsTransition>
</FlowViewLayout>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?