<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<head>
<title>点击切换图片的效果</title>
<meta http-equiv="content-Type" content="text/html;charset=gb2312">
</head>
<body>
<!--把下面代码加到<body>与</body>之间-->
<script type="text/javascript">
//<![CDATA[
function aa(){
var imgSrc=["yun_qi_img/newtopic.gif","yun_qi_img/reply.gif"]
document.getElementById("pic").src=document.getElementById("pic").src==imgSrc[0]?imgSrc[1]:imgSrc[0];
}
//]]>
</script>
<img id="pic" src=https://.oss-cn-hangzhou.aliyuncs.com/newtopic.gif onclick="aa()">
</body>
</html>
时间: 2024-10-30 15:53:58