所以这有一个问题,但我对此视而不见.即使在阅读了两次文档之后(PHP比较运算符)
isset($items['blog']) ? unset($items['blog']) : NULL;
解析错误:语法错误,意外T_UNSET
php ternary-operator unset
php ×1
ternary-operator ×1
unset ×1