![array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The first argument should be either a string or an integer](https://blog.ytso.com/wp-content/themes/justnews/themer/assets/images/lazy.png)
array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer
array_key_exists($row[‘B’], $abrand)
修改为:
array_key_exists((int)$row[‘B’], $abrand)
原创文章,作者:carmelaweatherly,如若转载,请注明出处:https://blog.ytso.com/tech/webdev/175106.html