The forEach method calls a function with each element of the set. letters.forEach(print); // A // D // C // B. To ...
確定! 回上一頁