$this->_post无法正确接受二维数组格式表单对象

浏览:1319 发布日期:2012/11/06
3.1.0 - 普通 - 未处理
表单
<input type="text" name=config[1][] />
<input type="text" name=config[2][] />
<input type="text" name=config[3][] />
$this->_post('config')无法得到正确的结果
$_post['config'] 可以。
评论(
后面还有条评论,点击查看>>