我有这个漂亮的小代码行
<html style="background-image:url(file:///C:\inetpub\wwwroot\lifehacks.png); background-repeat:repeat; background-attachment:fixed; overflow:scroll;">
我基本上是在整理一个练习网站来习惯 html。当我将背景作为指向包含此类图像的网站的链接时
style="background-image:url(http://a0.twimg.com/profile_images/1381375879/lifehacks10.png)
它工作得很好。我将图像保存到我的 wwwroot 文件夹,其中包含我的 html 文档。为什么现在不显示图像?