我需要这样做:
document.styleSheets[i].rules[1].style.cssText = "cursor: url(images/grabbing.cur), default !important;";
如果我正在检查:
alert(document.styleSheets[i].rules[1].style.cssText);
它的给予:cursor: !important
为什么不在这个 CSS 中设置整个字符串?
这只是 Internet Explorer 中的问题,它适用于 Firefox。