javascript Copy var targetDiv = document.getElementById('ID'); targetDiv.innerHTML += 'data that you want to add'; ...
確定! 回上一頁