代码示例:(标识:css_gen_content)
<!DOCTYPE html>
<html>
<head>
<style>
a:after {
  content: " (" attr(href) ")";
}
</style>
</head>
<body>

<p><a href="https://www.sou-xun.com">(www.sou-xun.com)</a> contains free tutorials and references.</p>

</body>
</html>
运行结果: