getElementById('invitedList'); const li = ul.createElement('li'); li.textContent = text; ul.appendChild(li);//add item to the list }); ...
確定! 回上一頁