我需要更改由createTextNode() 函数创建的元素的字体: var s = document.createTextNode(item.text); s.setAttribute("font size") = -1; elem.appendChild(s);
確定! 回上一頁