JavaScript for迴圈 var h1s=document.querySelectorAll('h1'); for(each in h1s){ h1s[each].textContent='44444'; } IE可以用