1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-28 04:42:21 +00:00

Merge pull request #138 from sage417/patch-1

Update string.md
This commit is contained in:
Ruan YiFeng 2016-02-17 09:09:42 +08:00
commit 4bc7d68e06

View File

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