article a :hover { color: red;}上面表示 article 内所有a 标签的所有子标签在hover时是红色article a:hover { color: red;}上面表示,article内的所有a标签的在hover时是红色关键在于 a后面空格