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.
我想要一个页面链接的下拉列表框,以便用户可以选择它并立即重定向到该页面。我怎样才能做到这一点?PrimeFaces 中有这样的组件吗?
您可以将文本作为显示项,将超链接作为选择项。如果你做“onselect”,你可以从你的javascript转到超链接......我想。