私はこれを使用します:
function setFontSize() {
var p = document.getElementsByTagName('td');
for(i=0;i<p.length;i++) {
p[i].style.fontSize = selectedsize+"px"
}
}
「th」も投入する最も簡単で最良の方法は何ですか?
私はこれを使用します:
function setFontSize() {
var p = document.getElementsByTagName('td');
for(i=0;i<p.length;i++) {
p[i].style.fontSize = selectedsize+"px"
}
}
「th」も投入する最も簡単で最良の方法は何ですか?