编辑下面的代码:【加编码】
<html> <head> <style> p:after { content:"- 注意我"; } </style> </head> <body> <p>我的名字是 Donald</p> <p>我住在 Ducksburg</p> <p><b>注意:</b> :after在IE8中运行,必须声明 </p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂