repos.forEach((repo) => { console.log(`{$repo.name} has ${repo.stargazers_count} stars`); }); // Advanced-React has 0 stars // angular2- ...
確定! 回上一頁