公告板
版本库
filestore
活动
搜索
登录
王成睿
/
unattended-app
派生自
~fyy/unattended-app
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
验质功能修改
qingyiay
2023-07-06
57704defda1b3b3155a6ef53644e8b0aa0d87abd
[~wangchengrui/unattended-app.git]
/
node_modules
/
object-inspect
/
example
/
circular.js
1
2
3
4
5
6
'use strict';
var inspect = require('../');
var obj = { a: 1, b: [3, 4] };
obj.c = obj;
console.log(inspect(obj));