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
相关文章
相关标签/搜索