Uncaught TypeError

问题遇到的现象和发生背景

$.JsonCRUD.JSONUpdateInfo方法和上两个一样使用,$.JsonCRUD.JSONUpdateInfo为什么会执行报错呢?

问题相关代码,请勿粘贴截图

img

运行结果及报错内容

JS报错如下

Uncaught TypeError: $.JsonCRUD.JSONUpdateInfo is not a function
    at HTMLDocument.<anonymous> (Index:45:20)
    at j (jquery-2.1.1.min.js:2:26860)
    at Object.fireWith [as resolveWith] (jquery-2.1.1.min.js:2:27673)
    at Function.ready (jquery-2.1.1.min.js:2:29467)
    at HTMLDocument.I (jquery-2.1.1.min.js:2:29658)

img

$.JsonCRUD.JSONUpdateInfo 不是一个函数

你打印 $.JsonCRUD 看看