template-string
2019-08-14
admin
template-string是什么
什么是template-string,Simple template strings
template-string使用教程帮助文档
Template-String
Simple template strings.
Example
$ npm install template-string
$ node
> console.log(require('template-string')('Hello from ${who}!', {who: 'me'}));
Hello from me!
Keeping up to date
- Follow me on Twitter for updates: https://twitter.com/@asmblah
本站文章除注明转载外,均为本站原创或编译。欢迎任何形式的转载,但请务必注明出处。
转载请注明:文章转载自 JavaScript中文网 [https://www.javascriptcn.com]
本文地址:https://www.javascriptcn.com/read-72462.html
文章标题:template-string