var website = ["http://url.com", "http://ebay.com"]
var array = [];
$.get(website, function(sourcecode) {
array = sourcecode;
});
console.log(sourcecode);
我需要将源代码变量添加到网站变量中所有网站的组合源代码中。不幸的是,数组不能与.get一起使用。关于如何解决它的任何线索?
答案 0 :(得分:0)
循环网站属性并将结果推送到数组
ImageIcon ic1 = new ImageIcon(ImageIO.read(getClass().getResourceAsStream("/pic/welcome.jpg")))