我正在尝试修改此网站中的示例。我在 GoogleChrome 上运行此示例,但是编译器或其他任何东西都给了我以下错误
“未捕获的 ReferenceError:未定义 store1”。
在我的浏览器中,我输入以下内容:localhost/helloext/index.html,我希望看到的结果是,RadarFillExample 与上述网站一样。
index.html 包含以下内容:
<html>
<head>
<title>Hello Ext</title>
<link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all.css">
<script type="text/javascript" src="extjs/ext-debug.js"></script>
<script type="text/javascript" src="app2.js"></script>
</head>
<body></body>
</html>
app2.js 包含上述网站中可用的源代码。
并且文件(index.html、app2.js 和 extjs 目录)位于 D:\xampp\htdocs\helloext\
谁能告诉我如何解决此错误,以便我可以修改代码?
感谢您的帮助