摘要:
functionrotateImage(imgId){imageToRotate=document.getElementById(imgId);imageToRotate.style.filter="progid:DXImageTransform.Microsoft.Matrix(sizingMethod='autoexpand')";rotate();}varimageToRotate;vardegreeToRotate=0;functionrotate(){vardeg2radians=Math.PI*180/360;degreeToRotate++;d 阅读全文