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