createElementNS(attributes.namespace, tag); } else { element = document.createElement(tag); } elementStyle = element.style; for (name in attributes) { if ...
確定! 回上一頁