php结合js实现多条件组合查询(2)

<?php public function goods_list(){ $Brand= I('Brand'); $Price= I('Price'); $Size= I('Size'); $this->assign('Brand',$Brand); $this->assign('Price',$Price); $this->assign('Size',$Size); $this->display(); } ?>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/946aa492ca11c096c21dd79fc1f47948.html