摘要: JavaScript 函数有 4 种调用方式。 每种方式的不同方式在于 this 的初始化。 this 关键字 注意: this 是保留关键字,你不能修改 this 的值。 ⚠️一般而言,在Javascript中,this指向函数执行时的当前对象。 调用 JavaScript 函数 函数中的代码在函 阅读全文
posted @ 2016-10-11 11:40 抠得儿 阅读(264) 评论(0) 推荐(0) 编辑