用户
 找回密码
 入住 CI 中国社区
搜索
查看: 4353|回复: 13
收起左侧

为什么会这样

[复制链接]
发表于 2009-4-30 14:46:10 | 显示全部楼层 |阅读模式
<select>
<option selected='seleted'>请选择</option>
</select>
为什么$this->input->post()获取到得是请选择????
 楼主| 发表于 2009-4-30 14:46:47 | 显示全部楼层
我没设置value值啊!
发表于 2009-4-30 15:15:04 | 显示全部楼层
没遇见这种种情况。这个和CI没关系吧。真接取POST试试。
发表于 2009-4-30 15:22:54 | 显示全部楼层
我也遇见过这种情况
 楼主| 发表于 2009-4-30 16:01:08 | 显示全部楼层
post是正常的 就用$this->input->post() 不正常 难道是漏洞???
发表于 2009-4-30 23:39:15 | 显示全部楼层
<select>
<option value="0" selected='seleted'>请选择</option>
<option value="1">a</option>
<option value="2">b</option>
</select>

好好看html节点的属性喔~~
 楼主| 发表于 2009-5-1 13:39:25 | 显示全部楼层
发表于 2009-5-1 14:52:50 | 显示全部楼层
发现什么了?
发表于 2009-5-1 20:52:57 | 显示全部楼层
select没设置name
 楼主| 发表于 2009-5-3 07:58:23 | 显示全部楼层
没设置name的话 ths->input->post()里面写什么??

本版积分规则