Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
$mainframe->redirect(‘XXXXXXXXXXXX’);
虽然我已经定义,但不在 joomla 中工作
global $mainframe;
使用这样的代码
global $mainframe; $redirect = "xxx.php"; $mainframe->redirect($redirect);
或者
global $mainframe; $mainframe->redirect($redirect);