javascript函数内的this关键字

在javascript函数内的this指的是谁?一句话: The word "this" within a function refers to the object calling that function.javascript 举例子,以下javascript代码java <script> function Ball(p) { // alert(this) // aler
相关文章
相关标签/搜索