function __construct(){
$this->_secret = hash('md5',$this->$_secret,true);
报错提示: Fatal error: Cannot access empty property;
收起
$this->$_secret去掉$
报告相同问题?