1
做一个如上图的图片播放器
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
img{
display: none;
}
.show{
display: block;
}
</style>
</head>
<body>
<table align="center" border="1" bordercolor="orange" width="500">
<tr>
<td colspan="6" align="center" >
js图片播放器
</td>
</tr>
<tr>
<td colspan="6" align="center">
<img class="show" src="img/Chrysanthemum.jpg" width="300" height="300"/>
<img src="img/Desert.jpg" width="300" height="300"/>
<img src="img/Hydrangeas.jpg" width="300" height="300"/>
<img src="img/Jellyfish.jpg" width="300" height="300"/>
<img src="img/Koala.jpg" width="300" height="300"/>
<img src="img/Ligh