比如 我生成一个构造funtion Cons(opt){ this.option={ a:1,b:2 } $.extend(this.option,opt)}然后我实例化var fun=new Cons({a:3,c:5});我的问题是:怎么获取新生成fun的option 查看完整描述