IHTMLElement getAttribute

场景:急MSHTML IHTMLElement getAttribute setAttribute,该如何解决

急!~MSHTML IHTMLElement getAttribute setAttribute
html如下
<body>
<input type="button" style="display:block"  value="123" id="cc" />
</body>
</html>

使用 getAttribute得到input标签属性,type,value,id都可以取得并通过setAttribute进行设置,唯独 style这个属性 得到的是乱码,如图,setAttribute也设置不上,style这个属性到底怎么取得和修改啊....睡不着觉了要。。坐等。。
------最佳解决方案--------------------
IHTMLElement::get_style()
IHTMLStyle::get_display
不确定哦
------其他解决方案--------------------
哎呀我去,你怎么什么都知道。。
------其他解决方案--------------------
我猜的,以前搞IXml...比较多,大同小异