diff options
Diffstat (limited to 'files/zh-cn/web/api/devicemotionevent/index.html')
-rw-r--r-- | files/zh-cn/web/api/devicemotionevent/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/devicemotionevent/index.html b/files/zh-cn/web/api/devicemotionevent/index.html index 4892a855b9..9e5ffff8d6 100644 --- a/files/zh-cn/web/api/devicemotionevent/index.html +++ b/files/zh-cn/web/api/devicemotionevent/index.html @@ -31,9 +31,9 @@ translation_of: Web/API/DeviceMotionEvent <dl> <dt>{{domxref("DeviceMotionEvent.acceleration")}} {{readonlyinline}}</dt> - <dd>提供了设备在X,Y,Z轴方向上加速度的对象。加速度的单位为 <a href="https://en.wikipedia.org/wiki/Meter_per_second_squared" title="https://en.wikipedia.org/wiki/Meter_per_second_squared">m/s<sup>2</sup></a>。</dd> + <dd>提供了设备在X,Y,Z轴方向上加速度的对象。加速度的单位为 <a href="https://en.wikipedia.org/wiki/Meter_per_second_squared">m/s<sup>2</sup></a>。</dd> <dt>{{domxref("DeviceMotionEvent.accelerationIncludingGravity")}} {{readonlyinline}}</dt> - <dd>提供了设备在X,Y,Z轴方向上带重力的加速度的对象。加速度的单位为 <a href="https://en.wikipedia.org/wiki/Meter_per_second_squared" title="https://en.wikipedia.org/wiki/Meter_per_second_squared">m/s<sup>2</sup></a></dd> + <dd>提供了设备在X,Y,Z轴方向上带重力的加速度的对象。加速度的单位为 <a href="https://en.wikipedia.org/wiki/Meter_per_second_squared">m/s<sup>2</sup></a></dd> <dt>{{domxref("DeviceMotionEvent.rotationRate")}} {{readonlyinline}}</dt> <dd>提供了设备在 alpha,beta, gamma轴方向上旋转的速率的对象。旋转速率的单位为度每秒。</dd> <dt>{{domxref("DeviceMotionEvent.interval")}} {{readonlyinline}}</dt> |