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.
任何人都知道如何从 ajax 到 CodeIgniter 获取帖子输入数组?
前任
<input name="city[]" value="xxx"> <input name="city[]" value="yyy">
这是使用 jQuery Ajax 发布多个字段的类似问题和解决方案。
如何使用 jQuery ajax post 传递多个复选框
希望这对您有所帮助。谢谢!!
$this->input->post("city");