摘要: 1、JS—Code:var rate = 0.2;var pp = document.getElementById("viewArea");var vv = document.getElementById("picview");var ie = document.all;var nn6 = document.getElementById && !document.all;//是否拖拽(默认否)var isdrag = false;var y, x; var st, sl;//鼠标移动 function moveMouse(e) { if 阅读全文
posted @ 2013-04-26 16:44 dean.wei 阅读(1097) 评论(0) 推荐(0)