欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!
  <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN"
 
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
  <htmlxmlns="http://www.w3.org/1999/xhtml"xml:lang="en">
 
  <head>
 
  <metahttp-equiv="Content-Type"content="text/html;charset=UTF-8">
 
  <title>Document</title>
 
  </head>
 
  <body>
 
  <imgsrc="C:/Users/高萍/Desktop/前端学习/images/wuyifan.jpg"alt=""id="pic"/>
 
  <script>
 
  varpic=document.getElementById("pic");
 
  pic.onmouseover=function(){
 
  pic.src="C:/Users/高萍/Desktop/前端学习/images/zhangyixing.jpg";
 
  }
 
  pic.onmouseout=function(){
 
  pic.src="C:/Users/高萍/Desktop/前端学习/images/wuyifan.jpg";
 
  }
 
  </script>
 
  </body>
 
  </html>

如需转载,请注明文章出处和来源网址:http://www.divcss5.com/html/h56633.shtml