如何用JS实现一个对象,对象里面又含有一个对象和是三个属性,求大神帮忙
答案:2 悬赏:0 手机版
解决时间 2021-03-22 16:32
- 提问者网友:無理詩人
- 2021-03-22 12:43
如何用JS实现一个对象,对象里面又含有一个对象和是三个属性,求大神帮忙
最佳答案
- 五星知识达人网友:风格不统一
- 2021-03-22 14:23
function MyObject(){
this.name = "myObject";
this.type = "class";
this.methodA = function(){
alert(this.name);
}
this.methodB = function(){
return this.type;
}
}
var myObject = new MyObject();
myObject.methodA();
var type = myObject.methodB();
alert(type)
this.name = "myObject";
this.type = "class";
this.methodA = function(){
alert(this.name);
}
this.methodB = function(){
return this.type;
}
}
var myObject = new MyObject();
myObject.methodA();
var type = myObject.methodB();
alert(type)
全部回答
- 1楼网友:猎心人
- 2021-03-22 14:46
container = document.createelement('div');
container.style.width = 800 + "px"; // 宽度
container.style.height = 600 + "px"; // 高度
document.body.appendchild(container);
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯
正方形一边上任一点到这个正方形两条对角线的 |
阴历怎么看 ? |