The for...of statement creates a loop iterating over iterable objects, ... iteration termination can be caused by break , throw or return .
確定! 回上一頁