问题描述
解决方案
看样子是你代码里的EasyUI的引入路径写错了。可以把代码贴出来看下。
解决方案二:
<link rel="stylesheet" type="text/css" href="/EasyUI/themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="/EasyUI/themes/icon.css">
<script type="text/javascript" src="/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="/EasyUI/jquery.easyui.min.js"></script>
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
--> 这是引入的路径 看下
解决方案三:
你的src里用的是根路径下的绝对路径,肯定错了,你把src里的第一个斜杠去掉,跟styles.css一样试试。
时间: 2024-12-19 10:17:26