Uncaught TypeError: Cannot read properties of undefined (reading ‘Constructo
报错内容:
Uncaught TypeError: Cannot read properties of undefined (reading ‘Constructor’)
at custom.min.js4544
Failed to load resource: the server responded with a status of 404 ()
解决办法:
①将scriipt引入标签从下方(body内)移动至上方(head内);
②修改引入的相对路径,可能是路径的错误;
③若以上两种办法都不行,则寻找在线的js资源进行引入尝试。
还没有评论,来说两句吧...