藍森林首頁 | 返回主頁 | 本站地圖 | 站內搜索 | 聯繫信箱 |
 您目前的位置:首頁 > 自由軟件 > 技術交流 > 應用編程


    

藍森林 http://www.lslnet.com 2006年8月25日 8:28

菜鳥的問題

各位高手們,我想問一下,兩張圖片的轉換是怎麼實現的啊?謝謝答覆!

你可以用翻轉圖片啊

[html]
<script>
i=1
function change()
{
a.src="icon/icon"+i+".gif"
i++
}
window.onload=change
</script>

<img id="a">
<input type=button value="轉換"onclick=change()>
[/html]




Copyright © 1999-2000 LSLNET.COM. All rights reserved. 藍森林網站 版權所有。 E-mail : webmaster@lslnet.com