试试这个:
public function someAction() { //codes //use url plugin in controller $link = $this->url()->fromRoute('router',array()); //or use ViewHelperManager in controller or other place that you have ServiceManager $link = $this->getServiceLocator()->get('ViewHelperManager')->get('url')->__invoke('router',array()); //codes }