请问以下面的函数是什么意思啊?function addFile() { var str = '<INPUT type="file" size="50" NAME="File">' document.getElementById('MyFile').insertAdjacentHTML("beforeEnd",str) }不明白getElementByld和insertAdjacentHTML 这两个东西