html文件没有在firefox中显示

时间:2017-02-04 20:51:52

标签: javascript html firefox mozilla

我是webGL和Web开发的新手。每当我尝试在Firefox中运行我的.html代码时,我会得到一个空白页面并显示错误: " ReferenceError:未定义getWebGLContext" 我已经阅读了这个问题:Why browser can't find the js-files from the `../lib/` (relative) location?我正在使用相同的webGL库/实用程序,并将所有三个下载到我的计算机上。目前我的.html文件在Firefox中以file:///打开,当它应该在http://中运行时。当我将我的问题与链接中的问题进行比较时,我发现他们正在使用本地主机。这会解决我的问题,如何连接到本地主机? 这些是图书馆:

<script src="../lib/webgl-utils.js"></script>
<script src="../lib/webgl-debug.js"></script>
<script src="../lib/cuon-utils.js"></script>
<script src="test.js"></script>

0 个答案:

没有答案