首页 > 其他分享 >11.1

11.1

时间:2022-11-01 20:35:54浏览次数:47  
标签:迭代 后面 object 11.1 statement throw

1、for /in: 与for/of相比,可迭代对象不同,in后面可以是任意对象。数组、字符串、集合和映射可迭代。

object.keys()   object.values()   object.entries()

 2,identifier:statement语句标签

3,yield(后面再讲)

4,throw异常: throw expression;

标签:迭代,后面,object,11.1,statement,throw
From: https://www.cnblogs.com/redemption011/p/16847696.html

相关文章