0

在 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 相同的内容?

4

2 回答 2

0

我认为这是在 IE11 中

block.style.border-button

因为只是信息“边框按钮”

于 2021-03-26T15:43:38.817 回答
0

两种浏览器都有不同的页面元素默认样式。在 Chrome 中使用此默认值:https ://gist.github.com/ambidexterich/34828a904dd97dd2a345

于 2021-03-26T15:47:25.210 回答