我在 joomla (virtuemart) 中有一个带有 url 的菜单项
index.php?option=com_virtuemart&view=manufacturer
现在,在制造商视图的 view.html.php 中,我添加了一个名为 jump 的函数
function jump(){echo "hello";}
我在 url 中添加了 task=jump 使其变为
index.php?option=com_virtuemart&view=manufacturer&task=jump
但是即使现在执行默认显示功能而不是跳转功能。为什么?请帮我。谢谢