Array ( [0] => stdClass Object ( [n] => 45517 ) ) 输出为$array[0]->n;而不是$array[0]['n'];
转载于:https://www.cnblogs.com/legend-song/p/3454151.html
Array ( [0] => stdClass Object ( [n] => 45517 ) ) 输出为$array[0]->n;而不是$array[0]['n'];
转载于:https://www.cnblogs.com/legend-song/p/3454151.html