WebStorm 没有本地存储的库

2024-04-26

我一直在开发一个完全可以在 jsfiddle.net 上运行的项目。然而,当我尝试在 webStorm 中运行这个项目时,我收到两个错误。

first : document is not defined

second : no locally stored librarry

之前,我在这里发布我的问题,我在 stackoverflow 上搜索但找不到任何解决方案。我已经做了 :

libraries: libraries that i loaded

和我的 html 代码:

<!DOCTYPE html>
<html>
<head>
    <title>Super Mario!</title>
    <link rel='stylesheet' type='text/css' href='myMario.css'/>

    <script type='text/javascript' src='//code.jquery.com/jquery-1.11.2.min.js'></script>
</head>
<body>
<img src="http://i1061.photobucket.com/albums/t480/ericqweinstein/mario.jpg"/>
</body>
</html>

尽管我加载了库并在 html 中成功定义了源脚本,但为什么你会收到这些错误?我应该怎么办 ?


您需要选择此文件链接并单击 Alt + Enter 将此文件下载到您的库中。

WebStorm 的屏幕:

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

WebStorm 没有本地存储的库 的相关文章