object-inspect, 在 node 和浏览器中,对象的字符串表示形式 对象检查node 和浏览器中对象的字符串表示形式 示例圆形var inspect = require('object-inspect');var obj = { a: 1, b: [3,4] };obj.c