mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +00:00
修正错别字
This commit is contained in:
parent
ddf6220289
commit
70ab40fd3d
@ -899,7 +899,7 @@ String.raw({ raw: ['t','e','s','t'] }, 0, 1, 2);
|
||||
|
||||
前面提到标签模板里面,可以内嵌其他语言。但是,模板字符串默认会将字符串转义,因此导致了无法嵌入其他语言。
|
||||
|
||||
举例来说,在标签模板里面可以潜入Latex语言。
|
||||
举例来说,在标签模板里面可以嵌入Latex语言。
|
||||
|
||||
```javascript
|
||||
function latex(strings) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user