1. CSS文件和SCRIPT文件引用注意事项
<link rel="stylesheet" href="<%= basePath %>resources/js/easyui1.5/themes/gray/easyui.css"></link>
<
script
type
=
"text/javascript"
src
=
"./jquery-1.4.2.js"
>
只有 rel 属性的 "stylesheet" 值得到了所有浏览器的支持。其他值只得到了部分地支持。不写rel="stylesheet" 属性,就会出错,CSS文件不起作用。
rel 属性规定当前文档与被链接文档之间的关系。