This Domain(Admin5.com) is for Sale:

this 语句

时间:2007-12-27  来源:不详  作者:林子

指当前对象。

this.property

dedecms.com

必选的 property 参数指的是对象的属性。 copyright dedecms

说明

this 要害字通常在对象的 构造函数中使用,用来引用对象。

copyright dedecms

示例

在下面示例中,this 指的是新创建的 Car 对象,并给三个属性赋值。

内容来自dedecms

function Car(color, make, model){

  this.color = color;

  this.make = make;

  this.model = model;

} copyright dedecms 

对于 JScript 的客户版本,假如在其他所有对象的上下文之外使用 this,则它指的是 window 对象。

copyright dedecms

要求

版本 1

织梦内容管理系统

请参阅

new 运算符

内容来自dedecms

看完这篇,您有何感觉呢?

上一篇:switch 语句   下一篇:Labeled 语句

文章评论

共有位Admini5网友发表了评论 查看完整内容

24小时热门信息