getJSON ('data.json',function(data){ arr.forEach(function(value){ str+=data[value]; } console.log(str); // '123123123123' });
確定! 回上一頁