javascript - When map renders the img tag, the images will be separated by commas. Why?
过去多啦不再A梦
过去多啦不再A梦 2017-05-24 11:37:37
0
1
937

image description

过去多啦不再A梦
过去多啦不再A梦

reply all(1)
黄舟
imageList.map(item=>(
    '<img width="32px" height="32px" src="'+ item +'" alt=""/>'
)).join('');
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template