flex xml 判断xml对象中是否存在某属性 var aaa:XMLList = ...;if(aaa[0].hasOwnProperty('@abc'))判断aaa[0]代表的xml标签中是否有abc属性配置。