Appearance
``
let a = `我是字符串`;
let str = `<ul> <li>郑州</li> <li>信阳</li> </ul>`;
let hn = '河南'; let zz = `${hn}的省会是郑州`; console.log(zz); //河南的省会是郑州