麻烦回答一下
var circle = document.createElement('div'); circle.style.cssText = "width:100px;height:100px;background-color:gray;border-radius:50%"; document.body.appendChild(circle);