4
如何在会话Magento2中显示成功消息
在magento 1中,我可以这样做 $session = Mage::getSingleton('core/session'); $session->addSuccess($this->__('Your Request has been received. One of our sales representatives will contact you shortly.')); 同样的事情,我该如何在Magento2中进行呢?试过了但是没有用。