JavaScript : var pic = document.getElementById('pic'); function rouge() { pic.src = "images/link_rouge.png"; } function blue() { pic.src ...
確定! 回上一頁