我有这个 div:
#centerFrame { background-color:#888; height:100px; width:100px; }
<div id="centerFrame" style="border-top-left-radius: 25px 0px;"></div>
但是当我尝试获取边界半径的值时,它总是返回 0px,我怎样才能获得这两个值?
console.log($("#centerFrame").css("border-top-left-radius"));
>0px