需要先引用基础jquery类库然后在引用这个最后//演示1//旋转45angle$(document.body).click(function(){//方式1$('.divOne').rotate(45);//方式2$('.divOne').rotate({angle:45});});?12345678910111213141516171819//演示2//鼠标移动效果//方式1$('.divOne').rotate({bind:{mouseover:function(){