概述 这个属性指当前样式表是否被禁用。 语法 bool = stylesheet.disabled 例子 // 如果样式表被禁用... if (stylesheet.disabled) { // 添加行内样式 } 规范 disabled