本文介绍了类型是不确定的MVC AJAX脚本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在我的应用程序的一个页面我得到的类型未定义的对AJAX脚本错误。
为什么会变成这样?
错误消息:
解决方案
You can start off by installing Firebug for Firefox - it will give you a better error message complete with a call stack.
Sounds like you are trying to instantiate something that is not defined, perhaps you didn't include a javascript file?
这篇关于类型是不确定的MVC AJAX脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!