模板字符串

const oBox = document.querySelector('.box')

let id = 2;

oBox.innerHTML = `<div id=${id}> haha</div>`

类似占位符

模板字符串:使用tab键上的反引号``,插入变量时使用${变量名}

posted @ 2022-05-06 07:05  博星  阅读(23)  评论(0编辑  收藏  举报