mirror of
https://github.com/wangdoc/javascript-tutorial.git
synced 2025-12-31 07:54:43 +08:00
Update this.md
This commit is contained in:
@@ -843,13 +843,6 @@ var obj = {
|
||||
times: [1, 2, 3],
|
||||
print: function () {
|
||||
this.times.forEach(function (n) {
|
||||
---
|
||||
title: this 关键字
|
||||
layout: page
|
||||
category: oop
|
||||
date: 2016-06-28
|
||||
modifiedOn: 2016-06-28
|
||||
---
|
||||
console.log(this.name);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user