获取Object对象属性的方法,Reflect.ownKeys, Object.getOwnPropertyNames,Object.getOwnPropertySymbols,Object.keys
let triangle={ a:1, b:2, c:3 } function coloTriangle(){ this.color='red ...
let triangle={ a:1, b:2, c:3 } function coloTriangle(){ this.color='red ...