Skip to content

Commit

Permalink
Modified README-zh_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bplok20010 committed Apr 5, 2020
1 parent 86fa9e8 commit fa81f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ interpreter.evaluate('alert("hello eval5")');

默认值: `undefined`

`eval5` 不支持 `use strict` 严格模式, 在非严格的下函数中`this`默认指向的是全局作用域,但在`eval5`中是`undefined`, 你可以通过`globalContextInFunction`来设置默认指向。
`eval5` 不支持 `use strict` 严格模式, 在非严格下的函数中`this`默认指向的是全局作用域,但在`eval5`中是`undefined`, 你可以通过`globalContextInFunction`来设置默认指向。

```js
import { Interpreter } from "Interpreter";
Expand Down

0 comments on commit fa81f30

Please sign in to comment.