夜の歌

プログラミング、音楽、本について緩く書いていきます。

2012-10-23から1日間の記事一覧

はまった。(10月22日)

まずはJavaScript function ss(){ for(var i = 0; i < 25; i++){ document.getElementById("i").value = 8; } } 続いてHTML <body style="text-align:center" onload="ss()"> <input type="button" id="1" value="1"> <input type="button" id="2" value="2"> <input type="button" id="3" value="3"> </body>