📅  最后修改于: 2022-03-11 15:03:22.109000             🧑  作者: Mango
const pokemonContainer = document.getElementById('pokemonContainer');
pokemonContainer.innerHTML += `
`;
const allComments = document.querySelector('.all-comments');
allComments.appendChild('Hello World');