Default / 默认 · September 1, 2021

“解决Invalid argument supplied for foreach()”

Table of Content
只需要在前面判断下是不是数组就可以
if (is_array($variable)) {
  foreach ($variable as $item) {
   //do something
  }
%d bloggers like this: