文件名称:object-inspect:节点和浏览器中对象的字符串表示形式
文件大小:25KB
文件格式:ZIP
更新时间:2024-05-18 21:00:44
JavaScript
对象检查 节点和浏览器中对象的字符串表示形式 例子 圆 var inspect = require ( 'object-inspect' ) ; var obj = { a : 1 , b : [ 3 , 4 ] } ; obj . c = obj ; console . log ( inspect ( obj ) ) ; dom元素 var inspect = require ( 'object-inspect' ) ; var d = document . createElement ( 'div' ) ; d . setAttribute ( 'id' , 'beep' ) ; d . innerHTML = 'woooiiiii' ; console . log ( inspect ( [ d , { a : 3 , b : 4 , c : [ 5 ,
【文件预览】:
object-inspect-master
----.eslintrc(2KB)
----.github()
--------FUNDING.yml(585B)
--------workflows()
----test-core-js.js(534B)
----.npmignore(160B)
----example()
--------inspect.js(251B)
--------circular.js(116B)
--------all.js(391B)
--------fn.js(126B)
----LICENSE(1KB)
----test()
--------quoteStyle.js(933B)
--------has.js(986B)
--------undef.js(302B)
--------holes.js(255B)
--------lowbyte.js(268B)
--------values.js(7KB)
--------fakes.js(707B)
--------inspect.js(3KB)
--------err.js(722B)
--------indent-option.js(6KB)
--------browser()
--------toStringTag.js(2KB)
--------circular.js(451B)
--------fn.js(2KB)
--------element.js(2KB)
--------bigint.js(1KB)
--------deep.js(400B)
--------number.js(395B)
----readme.markdown(1KB)
----.npmrc(19B)
----.gitignore(141B)
----util.inspect.js(42B)
----index.js(15KB)
----.eslintignore(10B)
----package.json(2KB)
----.nycrc(236B)