magento布局文件formkey的作用 public function editPostAction(){ if (!$this->_validateFormKey()) { return $this->_redirect('*/*/edit'); }}
?