例如:
function obg(){
this.name = '默认'
}
var boom = {
"url":"http://xxx.cc/xxxx"
我的需求是把boom继承new 一个obg对象里的所有属性,能吗?
相关分类