传递同名参数如何处理

浏览:614 发布日期:2014/11/09 分类:求助交流
请求内容
http://localhost/index.php/Home/compare/compareresult?id=123&id=124
后台处理
$id=I('POST.id');只能收到123,接受不到124,
请问,如何处理?

最佳答案
评论( 相关
后面还有条评论,点击查看>>