document.getElementById('NAME') 裡面的NAME 就是html tag 的id="NAME". ex: <div id="choose">test</div>, 用document.getElementById('choose').
確定! 回上一頁