日期:2014-05-16 浏览次数:20604 次
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<html>
<head>
<title>下载文件</title>
<style>
a:link {text-decoration:none;} /* 未被访问的链接 */
a:visited {text-decoration:none;} /* 已被访问的链接 */
a:hover {text-decoration:underline;} /* 鼠标指针移动到链接上 */
a:active {text-decoration:underline;} /* 正在被点击的链接 */
</style>
</head>
<body>
<p><b><a href="这里写地址">下载地址</a></b></p>
</body>
</html>