diff --git a/zh-cn/application-dev/reference/apis/js-apis-sensor.md b/zh-cn/application-dev/reference/apis/js-apis-sensor.md index bf0322a6167d81e998b3066da7f6bf3e728c1e3e..808225998cfa05a3fce16cc653a7b530bbda5932 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-sensor.md +++ b/zh-cn/application-dev/reference/apis/js-apis-sensor.md @@ -2598,7 +2598,7 @@ getSingleSensor(type: SensorId, callback: AsyncCallback<Sensor>): void | 参数名 | 类型 | 必填 | 说明 | | -------- | --------------------------------------- | ---- | ---------------- | -| type | SensorId | 是 | 传感器类型。 | +| type | [SensorId](#sensorid9) | 是 | 传感器类型。 | | callback | AsyncCallback<[Sensor](#sensor9)> | 是 | 返回传感器信息。 | **示例:** @@ -2623,9 +2623,9 @@ getSingleSensor(type: SensorId, callback: AsyncCallback<Sensor>): void **参数:** -| 参数名 | 类型 | 必填 | 说明 | -| ------ | -------- | ---- | ------------ | -| type | SensorId | 是 | 传感器类型。 | +| 参数名 | 类型 | 必填 | 说明 | +| ------ | ---------------------- | ---- | ------------ | +| type | [SensorId](#sensorid9) | 是 | 传感器类型。 | **返回值:**