<!DOCTYPE html>#myDIV{border:1px solid black;width:300px;height:300px;}点击“尝试一下”按钮改变 DIV 元素的 border-bottom-right-radius 属性:onclick="myFunction()"尝试一下id="myDIV"Hellofunction myFunction(){document.getElementById("myDIV").style.borderBottomRightRadius = "25px";}