在 IE11block.getAttribute('style')
我们回来的时候
border-bottom-width: 1pt; border-bottom-style: dotted; border-bottom-color: rgb(10, 49, 132)
但在 chrome 中它返回border-bottom: 1pt dotted rgb(10, 49, 132)
如何让 IE11 返回与 chrome 相同的内容?
在 IE11block.getAttribute('style')
我们回来的时候
border-bottom-width: 1pt; border-bottom-style: dotted; border-bottom-color: rgb(10, 49, 132)
但在 chrome 中它返回border-bottom: 1pt dotted rgb(10, 49, 132)
如何让 IE11 返回与 chrome 相同的内容?
我认为这是在 IE11 中
block.style.border-button
因为只是信息“边框按钮”
两种浏览器都有不同的页面元素默认样式。在 Chrome 中使用此默认值:https ://gist.github.com/ambidexterich/34828a904dd97dd2a345