你var_dump($_POST);die;看看有没有这个goods就知道了它提示的很明白了,post过来的数据没有goods这个,也许你是用get 请求的如果是,则试试echo $_GET['goods'];