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 标签,其属性本身是另一个 jsp 标签。例如 :
<my: image path="<my: imagepath value='abc'/>" />
我希望图像的路径属性由另一个值为 abc 的自定义标记图像路径动态填充。有没有办法做到这一点 ?