$key_arr = explode('#',$cate1['cate_keyword']); foreach($key_arr as $k =>$v){ $url = U('Index/searchgoods',array('goodsname'=>$v)); echo ''.$v.''; }