[
{"div":
"content": [
{
"text":"foo",
"showtime":5
},
{
"text":"foobar",
"showtime":5
}
]
},
{"div":
"content": [{
"text":"otherfoo",
"showtime":7
}
]
}]
var i = 0;
for (box of data) {
placeContent(i++, box.content);
}
function placeContent(divid, contents)
{
var delay = 0
contents.forEach(content=>setTimeout(function() {
console.log(content.text)
delay = content.showtime * 1000
}, delay))
}
contents.forEach(content=>setTimeout(function() {
console.log(content["content"][0].sysname)
}, 2000))
$location = Location::create(['value' => $value])->get();
Too few arguments to function Illuminate\Database\Eloquent\Relations\Pivot::__construct(), 0 passed
зачем хранить координаты фигуры с 2-3-5-10 записях?
Спасибо Вам за попытку понять и помочь.