那是你没有指定标签的样式,就是没有制定style css样式。具体获取办法:就是指定对象如获取id为idObj标签的样式可以这样写:var obj=document.getElementById("idObj");var txt=obj.style.margin; //这个为获取边框的宽度值,可以指定其他js css样式属性。这仅仅是演示。估计是你的run()函数体没有指定style样式的css样式属性。
你用到了ext.js,升级到3.4或4.0