标签:bsp 解决 win idt not cti 技术分享 typeerror error:
如图:
如果是两个js的库都使用如下写法:
(function(){})(window)
(function(){})(document)
引擎会自动把两个拼接成
(function(){})(window)(function(){})
这样就报这个错了,
解决办法:
每个都要加;号
Uncaught TypeError: (intermediate value)(...) is not a function
标签:bsp 解决 win idt not cti 技术分享 typeerror error:
原文地址:https://www.cnblogs.com/SATinnovation/p/10198934.html