如何獲取所有數(shù)據(jù) 當(dāng)我想在數(shù)據(jù)庫(kù)中打印我的鏈接并且數(shù)據(jù)庫(kù)中的格式數(shù)據(jù)是從json_encode()數(shù)據(jù)中保存時(shí)我遇到了一些問(wèn)題,我想在我([{"link":"google.com"},{"link":"facebook.com"},{"link":"instagram.com"}])的 google.com, facebook.com, instagram.com 中打印網(wǎng)絡(luò),我使用 codeigniter 框架我試過(guò)這個(gè)$link = json_decode($row['LINK'], true);
$link[0]["link"];結(jié)果只是 google.com
如何打印所有第一個(gè)參數(shù)json
月關(guān)寶盒
2022-12-30 17:52:55