<style>
p:before
{
content:"www.96net.com.cn:";
}
p:after
{
content:"www.96net.com.cn:";
}
</style>
<p>我是唐老鸭。</p>
<p>我住在 Duckburg。</p>
<p><b>注释:</b>对于在 IE8 中工作的 :before,必须声明 DOCTYPE。</p>
before after在每个 <p> 元素的内容之前后插入新内容:
2023-09-24 12:55:03
<style>
p:before
{
content:"www.96net.com.cn:";
}
p:after
{
content:"www.96net.com.cn:";
}
</style>
<p>我是唐老鸭。</p>
<p>我住在 Duckburg。</p>
<p><b>注释:</b>对于在 IE8 中工作的 :before,必须声明 DOCTYPE。</p>
before after在每个 <p> 元素的内容之前后插入新内容: