cant style option tag

这个提交包含在:
Geindre Colin 2021-02-25 09:16:37 +01:00
父节点 72cd71db97
当前提交 e0f9462144

查看文件

@ -160,7 +160,6 @@ window.onload = function() {
option.value = opt;
option.text = "style " + i.toString();
i++;
option.style.color = "white";
console.log(option)
toggler.appendChild(option);
console.log("added option")