function changeColor(newColor) { elem = document.elementFromPoint(1, 2); elem.style.color = newColor; }
確定! 回上一頁