mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-29 05:42:20 +00:00
Update string.md
line626 也就是说,`tag`数实际上以下面的形式调用。-> 也就是说,`tag`函数实际上以下面的形式调用。
This commit is contained in:
parent
ccbc40a61b
commit
8408a3c4f9
@ -623,7 +623,7 @@ function tag(stringArr, ...values){
|
|||||||
- 第二个参数: 15
|
- 第二个参数: 15
|
||||||
- 第三个参数:50
|
- 第三个参数:50
|
||||||
|
|
||||||
也就是说,`tag`数实际上以下面的形式调用。
|
也就是说,`tag`函数实际上以下面的形式调用。
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
tag(['Hello ', ' world ', ''], 15, 50)
|
tag(['Hello ', ' world ', ''], 15, 50)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user