2016-01-01から1ヶ月間の記事一覧

ちょっと余計なこと

<html> <meta charset="utf-8"> <title>スライドショー</title> <body> <p> <img src="a1.jpg" id="Ga" alt="images"> もし違うタイミングで複数の箇所の画像を替えたいとしたなら? <script> function Changer (target, speed, imgs) { this.target = target; this.speed = speed; this.imgs = imgs; this.timerId = null; this.index = 0; } C…</p></body></meta></html>