Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用这个 onclick 事件搞砸了一张图片
onclick="document.getElementById('custom-select span').style.border-bottom-radius ='0px';"
border-bottom-radius不是 JavaScript 中的有效标识符。改为使用borderBottomRadius。
border-bottom-radius
borderBottomRadius
再说了,你元素的ID真的custom-select span和空格一样吗?!您不应该在 ID 中放置空格 - 它们在那里无效,因此可能会导致某些浏览器出现问题。
custom-select span