如代码
function(dx, dy){ rect.attr({x: orig_x+dx,y: orig_y+dy, fill:"orange"}); },function(x,y){ orig_x=+rect.attr("x"); orig_y=+rect.attr("y"); rect.attr({fill:"orange"}); },function(){ rect.attr({fill:"blue"}); }
慕姐8265434
相关分类