发布网友
共1个回答
热心网友
直接在<head></head>里加上代码
<style type="text/css">
a:hover {
text-decoration: none;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
</style>
就行了