JS 获取元素当前的样式信息
1 HTMLElement.prototype.__defineGetter__("currentStyle", function () { 2 return this.ownerDocument.defaultView.getComputedStyle(this, null); 3 });
example:
1 document.body.currentStyle['width']
!!!转发请注明出处和作者名称。
!!!转发请注明出处和作者名称。
!!!转发请注明出处和作者名称。
重要的事,说三遍。