试试这个:
原文链接:https://www.f2er.com/php/133637.htmlpublic 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 }