3.2是怎么区分模块,控制器的

浏览:571 发布日期:2015/03/31 分类:求助交流 关键字: 无法加载控制器:Public
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>『』后台管理</title>
<link rel="stylesheet" type="text/css" href="/Public/Admin/Public/css/common.css"/>
<link rel="stylesheet" type="text/css" href="/Public/Admin/Public/css/main.css"/>
<script type="text/javascript" src="/Public/Admin/Public/js/libs/modernizr.min.js"></script>
<script type="text/javascript">
window.UEDITOR_HOME_URL ='/Public/Admin/Public/ueditor/';
window.onload=function(){
window.UEDITOR_CONFIG.initialframeWidth=900;
window.UEDITOR_CONFIG.initialframeHeight=600;
window.UEDITOR_CONFIG.savePath=['Public/content/'];
window.UEDITOR_CONFIG.imageUrl = "/Admin/Cate/upload";
//window.UEDITOR_CONFIG.serverUrl="/Admin/Blog/upload";
window.UEDITOR_CONFIG.imagePath='/Public/content/';
UE.getEditor('content');
}
</script>
<script type="text/javascript" src="/Public/Admin/Public/ueditor/ueditor.config.js"></script>
<script type="text/javascript" src="/Public/Admin/Public/ueditor/ueditor.all.js"></script>
</head>

第一个script引用会被认出来是路径,点击可以看到js文件,下面最后两个,点击src后的路径,竟然提示Public无法加载提示信息:无法加载控制器:Public
最佳答案
评论( 相关
后面还有条评论,点击查看>>