企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
```js var obj = { "c1": 1, "c2": 2 }; var arr = Object.keys(obj); console.log(arr.length); //结果为2 ```