write a piece of data, I want to write it in a circular format
set= {[
{ src: "https://img.codeshelper.com/upload/img/2022/01/14/0lqjxr3yx2e2593.jpg"},
{ src: "https://dd-block.oss-cn-hangzhou.aliyuncs.com/MaeGQeZrfi.jpg"}
]}
in a paragraph like this, I want to write the src in the array in a circular format. How to write it is to loop out {src: "xxx"}
.