php7.2提示错误:
count(): Parameter must be an array or an object that implements Countable
解决方法:保证传输的参数为数组,例
if (count((array)$abc) > 0) :
php7.2提示错误:
count(): Parameter must be an array or an object that implements Countable
解决方法:保证传输的参数为数组,例
if (count((array)$abc) > 0) :