摘要: 1 <style> 2 a:link{ 3 color: green; 4 background-color: white; 5 } 6 a:visited{ 7 color: orange; 8 } 9 a:hover{ 10 color: hotpink; 11 } 12 a:active{ 1 阅读全文