js 實現圖片位置隨意變化

<html> <head> <script language="JavaScript"> function move() { document.getElementById("Layer1").style.left=Math.random()*500; document.getElementById("Layer1").style.top=Math.random()*500; setTimeout
相關文章
相關標籤/搜索