修饰时,优先级 id选择器>类选择器>html选择器
在html中
<html> <head> <title>post</title> <meta http-equiv="keywords" content="css,program" /> <link href="/go.html?url=mycss.css" rel="stylesheet" type="text/css" /> </head> <body> <a href="/go.html?url=#">go to sohu</a> </body> </html><html