try{
this.anim.setCurrentTime(0,"TanPaiA");
}catch(e){
}
try{
this.anim.getAnimationState("TanPaiA").time = 0;
}catch(e){
}
try{
this.anim.getAnimationState("TanPaiA").sample("TanPaiA");
}catch(e){
}
try{
this.anim.sample("TanPaiA");
}catch(e){
}
this.anim.stop();
web上怎么都重置不了到第一帧的状态。