new Parse.View and get"TypeError:undefined不是函数;

new Parse.View and get "TypeError: undefined is not a function"

本文关键字:TypeError undefined 函数 quot View Parse and get new      更新时间:2023-09-26

我使用的代码来自:https://github.com/ParsePlatform/Todo/blob/master/js/todos.js
它在线路上有错误:405

new AppView;

"TypeError:undefined不是函数"
我尝试使用从javascript控制台进行调试

new Parse.View;

并得到相同的错误

您的代码还可以。。。你好像遗漏了一些参考资料。

你可以在这里检查它是否使用绝对URL:http://jsbin.com/sikos/2/edit

<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script src="//jashkenas.github.io/underscore/underscore-min.js"></script>
<script src="http://www.parsecdn.com/js/parse-1.2.13.min.js"></script>
<script src="https://parseplatform.github.io/Todo/js/todos.js"></script>