我很长时间没有使用过JSP,我也不确定如何解决这个问题。
我有以下代码尝试按以下方式在页面中加载样式表 -
在JSP中 -
<link type="text/css" rel="stylesheet" href='<bean:message key="properties.file.key" bundle="propertiesFile" />' />
在propertiesFile.properties
档案中 -
properties.file.key=//dummy.website.com/absolute/path/of/cssFile.css
下载相同的css
文件,并在本地提供。
现在,我想首先从cssFile.css
获取dummy.website.com
,如果我无法执行此操作(由于css
可能无法使用的各种原因再也不是网站可能被浏览器阻止等...),我想从本地获取它。无论如何我能做到吗?