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.
我正在通过 foreach 循环在 codeigniter 视图页面中创建动态文本框和按钮。然后我想在按钮单击时检索这些文本框的值。请帮我。谢谢你。
添加一个计数器并将计数器附加到文本框名称的末尾,以便动态创建的文本框具有 textbox1、textbox2 等名称。在控制器的提交函数中再次运行循环并获取值。
问候
iijb