avatar
问个JSP和Bean的问题# Java - 爪哇娇娃
k*o
1
我想动态输出一个表格
+--------------------------------+
| month | click cnt | visitor cnt|
+--------------------------------|
| Jan | 1180 | 200 |
...
...
+--------------------------------|
| Dec | 1030 | 160 |
+--------------------------------+
这里月份,click cnt, visitor cnt都是动态的。
是调用Bean的函数算出来的。
JSP是可以打印HTML语句的。
有没有可能在Bean里面直接打印HTML的语句呢?
多谢。
avatar
c*y
2

Generally, you don't want to do that bah. That's not why you use Bean. Let
bean do the processing and leave the formatting/displaying to HTML/JSP

【在 k*o 的大作中提到】
: 我想动态输出一个表格
: +--------------------------------+
: | month | click cnt | visitor cnt|
: +--------------------------------|
: | Jan | 1180 | 200 |
: ...
: ...
: +--------------------------------|
: | Dec | 1030 | 160 |
: +--------------------------------+

avatar
e*g
3
or if he has too, just return "..."+cnt+"..."

【在 c*y 的大作中提到】
:
: Generally, you don't want to do that bah. That's not why you use Bean. Let
: bean do the processing and leave the formatting/displaying to HTML/JSP

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。