利用JS实现开灯关灯
方式一.<br> <script> function on(){ var img = document.getElementById("light"); img.src="image/bulb_on.png"; } function off(){ var img = doc