<script> function init(){ var planet = document.getElementById("greenplanet"); planet.innerHTML = "Red alert:hit by phaser fire!"; } window.onload=init ...
確定! 回上一頁