聯(lián)系官方銷售客服
1835022288
028-61286886
我想把返回的這個(gè)數(shù)據(jù)寫入數(shù)據(jù)庫(kù) 為什么打印正常 寫入數(shù)據(jù)庫(kù) Array
$gaode_jsons = file_get_contents($urls); $json = json_decode($gaode_jsons,true); var_dump($json); $data = array( 'uid' => $user, 'time' => $timestamp, 'text' => $json, ); \Phpcmf\Service::M()->db->table('dr_vseo_log')->insert($data);