CSSRule.selectorText 属性返回CSS规则的选择符文本,只读。动态设置CSS规则,请看 Using dynamic styling information.
CSSRule.selectorText
string = cssRule.selectorText
// for cssrule: body { background-color: darkblue; } var stylesheet = document.styleSheets[0]; alert(stylesheet.cssRules[0].selectorText); // body
浏览器解析选择符的时候可能会剔除不必要的空白字符
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
浏览:80 次
字数:1198
最后编辑:7年前
编辑次数:0 次
接受
发布评论