问题描述
- 【java基础】有关setAttribute和getAttribute问题?
- 使用setAttribute发送到前台jsp页面,为什么用getAttribute获取的只是一些地址值呢?不是实际数据值??,我用getAttribute获取的是下列
[Bean.BookBean@361799b1 Bean.BookBean@848b902 Bean.BookBean@39effc76 Bean.BookBean@77c270f4]地址值,不是实际的数据,为什么??
解决方案
比如你setAttribute(""BookBean""BookBean) 你放的是BookBean对象,
解决方案二:
java基础问题10
java基础问题17
java基础问题03
解决方案三:
这是对象,你需要访问具体的字段,比如 对象.xxx
时间: 2024-09-30 16:16:56