【发布时间】:2015-02-27 15:00:29
【问题描述】:
这可能真的很容易,但我很难过,无法让路径在我的 codeigniter 项目中工作。我正在尝试安装最新的掌上电脑 (.12.2) 。按照说明 (https://github.com/handsontable/handsontable/tree/master/dist),我的页面顶部有以下 html:
<html>
<head>
<base href="<?=base_url();?>">
<!-- jQuery -->
<script type="text/javascript" charset="utf8" src="http://code.jquery.com/jquery-1.9.0.js"></script>
<script src="handsontable/dist/handsontable.full.js"></script>
<link rel="stylesheet" media="screen" href="handsontable/dist/handsontable.full.css">
文件结构在屏幕截图中。
当我尝试加载页面时,我在控制台中看到以下内容:
"NetworkError: 404 Not Found - http://localhost/b1/handsontable/dist/handsontable.full.css"
"NetworkError: 404 Not Found - http://localhost/b1/handsontable/dist/handsontable.full.js"
"NetworkError: 404 Not Found - http://localhost/b1/handsontable/dist/handsontable.full.css"
我做错了什么?
【问题讨论】:
标签: javascript html css codeigniter handsontable