该方法用于让MovingEntity向前移动一个单位。
forward()
该方法没有参数。
该方法没有返回值。
let entity = new MovingEntity(); entity.forward();
在上述示例中,MovingEntity向前移动了一个单位。