fix #171
This commit is contained in:
parent
e88d67cef1
commit
cf58b3a10c
@ -125,8 +125,8 @@ obj
|
|||||||
代码举例:
|
代码举例:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const name = '许嵩';
|
var name = '许嵩';
|
||||||
const obj = {
|
var obj = {
|
||||||
name: '千古壹号',
|
name: '千古壹号',
|
||||||
sayHello: () => {
|
sayHello: () => {
|
||||||
console.log(this.name);
|
console.log(this.name);
|
||||||
|
Loading…
Reference in New Issue
Block a user