//Get our img element by using document.getElementById var img = document.getElementById("myImage"); //Set the src property of our element to the new image ...
確定! 回上一頁