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.
我想在同一个单选按钮的 2 个选项之间创建一个带有文本元素的表单,以便在选择该选项时使用 javascript 显示它。
谁能提供一些关于如何做到这一点的线索?
坦克
您可能想看看复合表单元素元素。底线是,你不能按照你的要求去做。您必须创建一个新的表单元素,以在呈现每个单选按钮时呈现您想要的表单元素。