let skill = ["Java","C#","JavaScript"]; let UpperSkill = skill.map(function(i){ return i.toUpperCase(); }); console.log(UpperSkill); ...
確定! 回上一頁