单项选择题
You create a Web page that contains the following div. You have a JavaScript array named imageurls that contains a list of image URLs. You need to write a JavaScript function that will insert images from the URLs into target. Which code segment should you use?()
A.$(imageurls).each(function(i,url){ $("B.$(imageurls).each(function(i,url){ $("#target") += $("
C.$.each(imageurls, function(i,url){ $("
D.$.each(imageurls, function(i,url){$("#target").append("
点击查看答案
相关考题
