function stratRun(options, runTime) {
var dfd = $.Deferred;
// 恢复走路
restorewalk();
// 运动的属性
boy.transition(
options,
runTime,
'linear',
function(){dfd.resolve();})
return dfd;
}
我忘记加括号了$.Deferred();现在是then 不能用