标签:use har order color first tick fir 字符 class
模板字符串提供了另一种做字符串组合的方法。
const user = ‘world‘;
console.log(`hello ${user}`); // hello world
// 多行
const content = `
Hello ${firstName},
Thanks for ordering ${qty} tickets to ${event}.
`;
标签:use har order color first tick fir 字符 class
原文地址:https://www.cnblogs.com/piaobodewu/p/9746278.html