假设我有一个包含以下页面的网站:
www.server.com/index.php
www.server.com/anotherPage.php
www.server.com/css/style_for_index.css
www.server.com/css/style_for_anotherPage.css
假设,我正在访问www.server.com/index.php
:
在<HTML>
标签中使用 .appcache 清单时,我知道该页面的每个关联文件都会自动缓存。
但是,如果我想同时加载 ,www.server.com/anotherPage.php
那么我还必须加载文件www.server.com/css/style_for_anotherPage.css
的CACHE
部分manifest.appcache
。
我不明白的是,如果我还必须将背景图像包含到www.server.com/css/style_for_anotherPage.css
文件manifest.appcache
中。