05-insertadjacenthtml-直接把字符串格式元素添加到父元素

https://developer.mozilla.org/zh-CN/docs/Web/API/Element/insertAdjacentHTML
beforeend 相当于appendchild,追加到父元素的后面

https://developer.mozilla.org/zh-CN/docs/Web/API/Element/insertAdjacentHTML
beforeend 相当于appendchild,追加到父元素的后面