url.css 170 字节 原文件 审查 历史 永久链接 1 2 3 4 body { background: #FFFFFF url("http://somesite.com/images/someimage.gif") repeat top center; } body { background-url: url("http://somesite.com/images/someimage.gif"); }