for-of is a new loop in ES6 that replaces both for-in and forEach() and ... Use it to loop over iterable objects (Arrays, strings, Maps, Sets, etc.; ...
確定! 回上一頁