最近老用到自响应页面.总是在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
猜你喜欢
  • 2021-07-09
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案