`
summer_021
  • 浏览: 55635 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
<style type="text/css"> .welcome { background-color:#DDFFDD; border:1px solid #009900; width:200px; } .welcome li{ list-style: none; } </style> <s:if test="hasActionMessages()"> <div class="welcome"> <s:actionmessag ...
username 来自action 在页面上取得username的值 <s:set name="un" value="username"/> 比较语句这样写 <s:if test="#un == 'M'">**** </s:if> 这样写是错误的. 正确的写法如下: <s:if test='#un == "M"'>**** </s:if> <s:if test='%{#un == "M"}'>*** < ...
请求地址: <a href="actions/user1?type=1">传参数forward情况</a><br><br> <a href="actions/user2?type=1">传参数redirect情况</a> Action: private String type; public String getType() { return type; } public void setType(String type) { this ...
方法一 Java代码     ArrayList<String> list = new ArrayList<String>(); list.add("one"); list.add("two"); list.add("two"); list.add("two"); list.add("two"); ...
Global site tag (gtag.js) - Google Analytics