1
在controller中
继承Mage_Adminhtml_Controller_Action
则使用
$this->getRequest()->getParam('id');
可以到得到id传过来的值。
2
Mage::app()->getFrontController()->getRequest()->getParam('id');

相关文章:

  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-09-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-09
  • 2021-06-01
  • 2021-10-20
  • 2022-01-26
相关资源
相似解决方案