Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<jsp:useBean name="beanname" property="propertyname"/>如何访问 bean 属性的值。我们可以通过使用上述语法来做到这一点,但我想增加这个属性的值如何可能请帮助我。没有它我无法完成我的项目
<jsp:useBean name="beanname" property="propertyname"/>
如果我是正确的,你有 Bean 类为这个类提供包描述 ex。exp.DemoBean。在 jsp 标签中。在您的 bean 类中使用此名称值作为对象并调用方法之后。