惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog
A
About on SuperTechFans
Microsoft Security Blog
Microsoft Security Blog
Y
Y Combinator Blog
罗磊的独立博客
J
Java Code Geeks
人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
The GitHub Blog
The GitHub Blog
G
Google Developers Blog
U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
Jina AI
Jina AI
F
Fortinet All Blogs
H
Help Net Security
B
Blog RSS Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Last Week in AI
Last Week in AI
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
C
Check Point Blog
GbyAI
GbyAI

博客园 - 自己

查询端口被占用 android 环境配置 android 打包部署 多个数据库备份到同一个设备文件 sql split js返回上一页 IE Javascript 脚本失效解决办法 sql修改表名 sql修改列名 sql STUFF用法 sql REPLACE用法 破解Lockdir 如何把string类型转化成long类型 sql 函数 sql报错 必须声明表变量 sql 增加一列,以sql语句形式向表中添加一列 Eclipse自动排版,Eclipse 代码自动排版 eclipse 如何显示行号 Eclipse如何调整字体颜色和大小
struts2 if 标签 - 自己
自己 · 2009-12-30 · via 博客园 - 自己

#parameters.station[0]相当于<%=request.getParameter("station")%>,获得页面传递的参数
       <s:if test="#parameters.station[0] == 'client'">
             客户资料
       </s:if>
       <s:else>
              供应商资料
       </s:else>

posted on 2009-12-30 12:13  自己  阅读(424)  评论(0)    收藏  举报