this </font><font style="color:#6A9955;">is a \
string`
反斜线转义,支持内部回车换行
// console.log(str)
差值表达式${}
const name = “tom” const str =hey, </font><font style="color:#569cd6;">${</font><font style="color:#4fc1ff;">name</font><font style="color:#569cd6;">}</font><font style="color:#ce9178;">,</font><font style="color:#569cd6;">${</font><font style="color:#b5cea8;">1</font><font style="color:#d4d4d4;"> + </font><font style="color:#b5cea8;">1</font><font style="color:#569cd6;">}</font><font style="color:#ce9178;">,</font><font style="color:#569cd6;">${</font><font style="color:#4ec9b0;">Math</font><font style="color:#d4d4d4;">.</font><font style="color:#dcdcaa;">random</font><font style="color:#d4d4d4;">()</font><font style="color:#569cd6;">}</font><font style="color:#ce9178;">
console.log(str)
</script>