var icon= document.createElement("a");
icon.className="iconfont";
icon.innerHTML="";
//icon.appendChild(document.createTextNode(""));

document.getElementById("ifont").appendChild(icon)
//document.getElementById("ifont").innerHTML('<i >&#xe603;</i>');

相关文章:

  • 2022-12-23
  • 2021-11-12
  • 2021-08-19
  • 2021-09-15
  • 2021-08-01
  • 2022-12-23
  • 2022-02-11
  • 2021-08-05
猜你喜欢
  • 2022-01-16
  • 2022-12-23
  • 2021-08-16
  • 2022-12-23
  • 2020-10-09
  • 2022-12-23
相关资源
相似解决方案