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.
我已经使用#{fvInput idView}. 这将显示一个空文本框,但我希望文本框中包含文本。使用 HTML 将是<input type=text value="Type here">. 我该怎么做fvInput?
#{fvInput idView}
<input type=text value="Type here">
fvInput