2012-11-30 3 views

답변

4

브라우저에 따라 다릅니다. 나는 IE가 어떤 방법으로이 기능을 지원 믿지 않지만, 파이어 폭스와 웹킷 브라우저, 다음 사용할 수 있습니다

window.getComputedStyle(document.body, ':before'); 

참조 : getComputedStyle

예를 들어

window.getComputedStyle(element, pseudo-selector);