json+struts2

页面:url:"List.action",——>struts-json.xml文件内action:List,并找到相应class执行相对应的method,
自动返回一个json类型的集合
<action name="List" class="com.wrs.upgrade.mobile.action.ApkAction" method="qryListByPager">
            <result type="json" />
</action>
返回到页面


你可能感兴趣的:(json+struts2)