如何用javascript获取id子节点的值var list = document.getElementById('lList').getElementsByTagName('li')var list_1 = list[0].innerText2023-02-21JavaScript110