我引用easyui的js
js存放在这里
jsp 这样引用
<script type="text/javascript" src="../js/jquery.easyui.min.js"></script>
不好使,这样
<script type="text/javascript" src="js/jquery.easyui.min.js"></script>也不好使,咋回事?
报错:
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
返回404表示服务器没有在这个url路径下找到easyui文件,demo_03和js文件夹中间是不是还有个WebClient文件夹?
在 easuyi 之前引用 jquery 了吗