运维网's Archiver
论坛
›
php
› PHP中错误: Cannot use object of type stdClass as array
cxwpf200
发表于 2017-4-14 10:09:57
PHP中错误: Cannot use object of type stdClass as array
错误:
Cannot use object of type stdClass as array
解决方式:
不用数组方式访问 比如 $abc['a'] 换成 $abc->a
就能访问正常了.
页:
[1]
查看完整版本:
PHP中错误: Cannot use object of type stdClass as array