87,990
社区成员
发帖
与我相关
我的任务
分享<img src="http://avatar.profile.csdn.net/B/7/8/2_daf380.jpg" id="img" />
<script type="text/javascript">
var oImg = document.getElementById("img");
oImg.onmouseover = function()
{
this.style.width="200px";
this.style.height="200px";
}
oImg.onmouseout = function()
{
this.style.width="";
this.style.height=""
}
</script>
<img src="http://www.baidu.com/img/baidu_sylogo1.gif" width="270" height="129" onmouseover="javascript:this.width='540';this.height='258';" onmouseout="javascript:this.width='270';this.height='129';" />