Template literals with nested backticks(`) in ES6

前端 未结 8 987
离开以前
离开以前 2020-12-03 04:23

How can I write a template literal in ECMAScript 6 that will contain backticks(`) in and by itself, (i.e. nested backticks)?

For example:

var qu         


        
8条回答
提交回复
热议问题