the following acquisition is empty, how can I get it? Do not use offsetWidth
-sharpdiv {
        width: 100px;
        height: 100px;
        background-color: red;
    }
    
    var div = document.getElementById("div")
   console.log(div.style.width)
						