标签: javascript google-chrome javascript-objects
const myList= document.getElementById("font"); let newListItem=document.createElement('i'); alert(newListItem);
它似乎正在另一个网站上运行。在此网站上出现此错误的原因可能是什么? myList.appendChild(newListItem);