1. 首页
  2. 数据库
  3. 其它
  4. showObject:用Javascript函数探索对象 源码

showObject:用Javascript函数探索对象 源码

上传者: 2021-05-05 12:44:10上传 ZIP文件 5.74KB 热度 11次
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
下载地址
用户评论