From f6e89df683e9a4d34c39bd3658029e5f8f486ee7 Mon Sep 17 00:00:00 2001 From: li-yaoyao777 Date: Tue, 20 Sep 2022 10:40:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: li-yaoyao777 --- zh-cn/application-dev/reference/apis/js-apis-sensor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d4d0fd6827..331e4bf18b 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-sensor.md +++ b/zh-cn/application-dev/reference/apis/js-apis-sensor.md @@ -2096,7 +2096,7 @@ createRotationMatrix(rotationVector: Array<number>, callback: AsyncCallbac return; } for (var i=0; i < data.length; i++) { - console.info("data[" + i + "]: " + data[i]); + console.info(JSON.stringify(data)); } }) ``` -- GitLab