我一直在研究一个完全适用于jsfiddle.net的项目.但是,当我尝试在webStorm中运行此项目时,我收到两个错误.
第一: 
第二个: 
之前,我在这里发布我的问题,我在stackoverflow上搜索但找不到任何解决方案.我已经做了 :
库: 
和我的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>Run Code Online (Sandbox Code Playgroud)
为什么你会在我的html中加载库和成功定义的源脚本时出现这些错误?我该怎么办 ?