Uncaught TypeError: (intermediate value)(...) is not a function
Posted satinnovation
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Uncaught TypeError: (intermediate value)(...) is not a function相关的知识,希望对你有一定的参考价值。
如图:
如果是两个js的库都使用如下写法:
(function(){})(window)
(function(){})(document)
引擎会自动把两个拼接成
(function(){})(window)(function(){})
这样就报这个错了,
解决办法:
每个都要加;号
以上是关于Uncaught TypeError: (intermediate value)(...) is not a function的主要内容,如果未能解决你的问题,请参考以下文章
如何解决问题:Uncaught (in promise) TypeError: promisify is not a function?
Uncaught TypeError: Cannot redefine property: $router
Uncaught TypeError: o.block is not a function
Laravel 5.1 和 Vue.js - 21678 Uncaught (in promise) TypeError: Cannot read property 'data' of null
jQuery Post blob 对象给出 Uncaught TypeError: Illegal invocation