PHP如何消除Notice: Undefined variable: PHP_SELF

2025-05-20 08:04:57
推荐回答(1个)
回答1:

加这个:$PHP_SELF = isset($PHP_SELF) ? $PHP_SELF : null;