Update this.md

This commit is contained in:
hehe1111
2018-07-28 19:17:12 +08:00
committed by GitHub
parent c7c6edf2a4
commit 247045bec4

View File

@@ -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);
});
}