日期:2014-05-18  浏览次数:20447 次

幫忙看下這段JS
<input   id= "Button1 "   onmouseover= "this.style.text-decoration:underline "   type= "button "   value= "button "   />
onmousevoer的時候不是這樣添加下滑線的嗎?

------解决方案--------------------
onmouseover= "this.style.textDecoration= 'underline ' "