Joomla 3中的CRoute和Jroute有什么区别。
$mainframe = JFactory::getApplication();
我有$mainframe->redirect(CRoute::_('index.php?option=com_community&view=register&task=registerProfileType', false));
这个重定向,它不起作用,有 303 查看其他错误,但是当我将代码更改为$mainframe->redirect(JRoute::_('index.php?option=com_community&view=register&task=registerProfileType', false));