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.
我需要使用 javascript 来获取 Joomla 中当前页面的 itemid。有没有办法做到这一点?网址是 sef 所以我不能只使用网址...
没有提到版本,但我过去在 PHP 中使用过这个。没有直接的 javascript 方式,因此您需要将其回显到您的脚本中,或者将其放入隐藏的表单字段或其他一些机制中。
$currentMenuId = JSite::getMenu()->getActive()->id ;