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.
我们创建了一个问卷应用程序。 因为我们提供用户输入一个问题和多个答案并提交以将此问卷存储到数据库。
要为单个问题添加多个答案,我们需要通过单击添加按钮和删除按钮来动态添加一行以删除 UI 上的行。
现在我的问题是:
您可以使用数组来获取所有不同的值。
例如
<input type="text" name="answer[]"> <input type="text" name="answer[]"> <input type="text" name="answer[]">
关于添加额外的行: