cssText:
object.style.cssText='样式';
持续改变element的样式
Element.style.cssText += ‘width:100px;height:100px;top:100px;left:100px;’
input type ="radio"点选框
cssText:
object.style.cssText='样式';
持续改变element的样式
Element.style.cssText += ‘width:100px;height:100px;top:100px;left:100px;’
input type ="radio"点选框