不能够读取undefined的属性 例: a.name a的name属性 若a为undefined,则会报错,若,a为空,则,a.name为undefined 原因可能是,挂载时,有dom节点,但是数据还未返回