组件.name 指的是组件所在游戏对象的名字,例如:
Animation m_animation;
m_animation =GetComponent<Animation>();
m_animation.name 指的就是获得的Animation组件所在的游戏对象的名字