demand is
generate several img tag based on the number of URLs in array
for example:
abc = ["www.aa.com","www.bb.com"]
generate
Novice js doesn"t know how to write
I can only use for to insert all array content into img"s src
but if you want to generate several img tag, it will get stuck.
do you masters have any ideas