日期:2014-05-16 浏览次数:20634 次
var oOption = document.createElement("OPTION"); oOption.text = "text"; oOption.value = "value"; oOption.style.cssText += ";color: green; background-color: yellow;";