最近老用到自响应页面.总是在empty和isset中间纠结.今天就把它记录下来.免得忘记吧.empty($x) 等价于 !isset($x) || $x!empty($x) 等级于 isset($x) && $x 相关文章: 2022-12-23 2022-12-23 2021-07-04 2021-05-20 2021-08-27 2021-11-11 2019-12-12