JS multi-dimensional array how to output all the pictures?

504 Gateway Time-out

504 Gateway Time-out


nginx
Mar.28,2021

In the

img array are objects.
use for in to traverse objects

var arr = [];
for(let i in img){
    for(let k in img[i]){
        arr.push(`<li><img src=${img[i][k]}></li>`);
    }
}

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3de38-4da69.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3de38-4da69.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?