如何使得对象输出其内容?
var a = document.getElementByID("sipc");
a.textContent = "123";(代表文本内容)
textContent会把文本内容完全输出