源代码 :
点击运行
<!DOCTYPE html> <html> <head> <style> a:after {content: " (" attr(href) ")";} </style> </head> <body> <p><a href="">开源教程</a> - 免费的编程学习网站。</p> <p><b>注意:</b>仅当 !DOCTYPE已经定义 IE8支持 content属性</p> </body> </html>
运行结果