当前位置: 代码迷 >> C语言 >> this._x
  详细解决方案

this._x

热度:139   发布时间:2007-12-24 12:28:53.0
this._x
请问一下,可以做我解释一下这个程序吗
function circle(x,y,radius)
     {this._x=x;
      this._y=y;
      this._radius=radius;
      }
其中我想问的是这里的this._x=x的,this._x表示什么意思??
搜索更多相关的解决方案: function  

----------------解决方案--------------------------------------------------------
  相关解决方案