x
 
<!DOCTYPE html>
<html>
<head>
<style>
a:after {content: " (" attr(href) ")";}
</style>
</head>
<body>
<h1>attr() 函数</h1>
<p>在每个链接后插入括号中的 href 属性值:</p>
<p><a href="https://www.w3school.com.cn">访问 W3School</a></p>
<p><a href="https://www.w3school.com.cn/html/">访问 W3School 的 HTML 教程</a></p>
</body>
</html>