菜鸟教程https://www.runoob.com/jsref/met-document-getelementbyidHTML DOM getElementById() 方法 | 菜鸟教程网页介绍了 document.getElementById () 方法的定义、用法、参数、返回值和浏览器支持情况。该方法可返回对拥有指定 ID 的第一个对象的引用,如果没有或多个指定 ID 的元素则返 更多内容请查看https://www.runoob.com/jsref/met-document-getelementbyid.html
Mozilla DeveloperDocument: getElementById() method Learn how to use the getElementById() method to retrieve an element by its unique ID from the document object. See syntax, parameters, return value, examples, 标记:Application Programming InterfacesDocument Getelementbyid Value更多内容请查看https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementById
W3SchoolHTML DOM Document getElementById() Method Learn how to use the getElementById() method to return an element with a specified id in the HTML DOM. See examples, syntax, parameters, return value, browser support 标记:Document Getelementbyid ValueGetelementbyid Innerhtmlfussl更多内容请查看https://www.w3schools.com/jsref/met_document_getelementbyid.asp
菜鸟教程HTML DOM Document 对象 当浏览器载入 HTML 文档, 它就会成为 Document 对象。. Document 对象是 HTML 文档的根节点。. Document 对象使我们可以从脚本中对 HTML 页面中的所有元素进行访问 标记:Document 对象Html5更多内容请查看https://www.runoob.com/jsref/dom-obj-document.html