2017年10月19日

struts2中ActionContext与ServletActinContext

摘要: 先来看看下面的一个功能需求:我们需要在Action中取得request请求参数“username”的值:ActionContext context = ActionContext.getContext();Map params = context.getParameters();String use 阅读全文

posted @ 2017-10-19 10:03 这生命是人的光 阅读(107) 评论(0) 推荐(0)

导航