logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

js中Object的五种属性遍历

前提,Object的属性划分// 原型属性let myObj = Object.create({}, {getFoo: {value: function () {return this.foo;}}});// 对象自身可枚举属性myObj.enumType = 'Enumerable properties of the object itself';Object.defineProperty(my

#javascript#前端#typescript
到底了