var obj = new MYAPP.dom.Element('span');
obj.setText('指定内容');
obj.setText('color','red');
document.body.appendChild(obj);
怎么以这个代码段写出一个<span>标签
相关分类