Flora_M的博客Uncaught TypeError: document.registerElement is not a function at Object.UI.registerCustomElement (shell.js:3109) 原因:谷歌浏览器版本兼容问题, document.registerElement 特性在谷歌80版本下是支持的,...
yt94832的博客1. 获取html dom,然后遍历dom时,报错 list .forEach is not a functionfunction removeImg(){ var list=document.getElementsByTagName("img"); list = Array.from(list); list.forEach((element, index) => {...
文 王 采的博客详细报错为: Uncaught TypeError: sidebar.value.contains is not a function at HTMLDocument.checkIfOutsideClick (header.vue:134:39) 点击除你这个元素外的任何地方,未能将元素隐藏的BUG 原来代码: const ...