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.
我正在 Codeigniter 中开发应用程序,我被困在一些代码中......我只想知道如果有人选中复选框并提交,我如何获得完整的行值,所以我应该获得所选复选框的行值......
您可以在创建行时使用数组,将每一行的输入字段的名称用作数组,当您在复选框数组上提交表单循环并使用选定复选框具有的相同键从其他元素中获取值时