Ext中无法获取属性“isComponent”的值: 对象为 null 或未定义是什么问题
在获取这个属性之前 请检查下主体是否存在
var obj = Ext.getCmp('objId');
if('isComponent' in obj && obj.isComponent){
......
}