-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Description
https://github.com/tanpero/JavaScript-Art-Tour/blob/master/第三章-数据/字符串.md#模板字符串
alert`123`其实应该等于以下吧
alert([123])String.raw 虽然是一个函数,但是不能使用括号进行调用,自然也不能用于普通字符串。
这里似乎是需要模拟tagged template那样
String.raw({raw: ['simon','000'] }, 3) // simon3000参考资料
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested