Extjs XMLHttpRequest无法加载localhost / xampp

时间:2014-09-08 20:23:39

标签: javascript extjs xampp

所以我正在使用extJs并遵循教程。但我无法弄明白。当我在localhost上使用我的extJs库时,我得到标题中描述的错误。完整的错误是这样的:

  

HttpRequest无法加载 ********** 否   请求中存在“Access-Control-Allow-Origin”标头   资源。因此,不允许原点'null'访问。

我的html代码如下:

<html>
<head>
    <link rel="stylesheet" type="text/css" href="http://localhost/IWL/ext-5.0.1/build/packages/ext-theme-neptune/build/resources/ext-theme-neptune-all.css">
   <script type="text/javascript" src="http://localhost/IWL/ext-5.0.1/ext-all.js"></script> 
   <script type="text/javascript" src="http://localhost/IWL/ext-5.0.1/build/packages/ext-theme-neptune/build/ext-theme-neptune.js"></script>
   <script src = 'main.js'></script></head>
</html>

我是否必须在xampp中更改某些内容?在我的HTML代码?在js?

0 个答案:

没有答案