Uncaught TypeError: Cannot read properties of undefined (reading ‘Constructo

不念不忘少年蓝@ 2023-09-28 22:24 115阅读 0赞

报错内容:
Uncaught TypeError: Cannot read properties of undefined (reading ‘Constructor’)
at custom.min.js:1:4544
在这里插入图片描述

Failed to load resource: the server responded with a status of 404 ()
在这里插入图片描述
解决办法:
①将scriipt引入标签从下方(body内)移动至上方(head内);
②修改引入的相对路径,可能是路径的错误;
③若以上两种办法都不行,则寻找在线的js资源进行引入尝试。

发表评论

表情:
评论列表 (有 0 条评论,115人围观)

还没有评论,来说两句吧...

相关阅读