文件名称:showObject:用Javascript函数探索对象
文件大小:6KB
文件格式:ZIP
更新时间:2024-04-18 05:33:24
JavaScript
showObject showObject用于探索整个对象的结构,例如控制台。 但是,您可以在对象上运行方法并编辑string或number属性。 要求 jQuery.js 用法 showObject ( object ) //return div element. 例子 showObject ( { "key" : "value" } ) ; // explore an object showObject ( "this is text" ) ; // explore a string showObject ( 1234 ) ; // explore a number showObject ( Object ) ; // explore Object function
【文件预览】:
showObject-master
----README.md(492B)
----open object - log update.txt(860B)
----LICENSE(1KB)
----open object - log update.md(946B)
----open object - 2.5.3.min.js(3KB)
----open object - 2.5.3.js(4KB)