const cc = Torque.body.Circle(375, 0, 50,{ static:false, restitution:0.8 // 从0设置到1 ,看效果,没啥变化。 }); torque.append(cc);