Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一个旧项目中发现了这个 GetDOMElementById 函数,显然这给 IE7 带来了一些问题。当然,我试过用谷歌搜索它,但几乎没有文档;我只知道它与 Gecko 有关。
它是什么,与 GetElementById 有什么区别?
谢谢!
在您的代码库中搜索GetDOMElementById. 它必须是贵公司某人编写的“自定义”函数。它不是浏览器 API 的一部分(至少它不是标准的 DOM 函数)。
GetDOMElementById