名站网址导航为大家提供关于网站网页设计设计相关的的教程知识。
- 本篇文章具体介绍如下
<script> function Person(name,age){ this.name = name; this.age = age; this.say = function(){ document.write("我的姓名是:" this.name ",我的年龄是:" this.age "<br />"); } } //call()方法继承Person类 function BlackMan(name,age){ Person.call(this,name,age); } //apply()方法继承Person类 function WhiteMan(name,age){ Person.apply(this,[name,age]); } var mckee = new Person("mckee",20); mckee.say(); var kobe = new BlackMan("科比",34); kobe.say(); var white =new WhiteMan("小白",22); white.say(); </script>
好了关于网站网页设计设计相关的这篇文章就给大家介绍到这里不明白的地方给本站留言。声明,本站内容来源于互联网,如果侵犯了你的权益请联系本站删除。,中,通过,call,和,apply,方法,实IE6下的position:fixed定位兼容性写法分享(fixed:top,left,righ