JavaScript常用封装函数基本运动function doMove(obj,attr,speed,target,endFn){
var iCur = getStyle( obj, attr );
speed =
2019-10-22