From 46657a34b860333cfb8fd11d135cf1676fc486ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BA=86=E6=B3=89?= Date: Thu, 14 Dec 2023 14:10:31 +0800 Subject: [PATCH] Update uts-for-android.md --- docs/plugin/uts-for-android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin/uts-for-android.md b/docs/plugin/uts-for-android.md index ebc510eed..6f0712e68 100644 --- a/docs/plugin/uts-for-android.md +++ b/docs/plugin/uts-for-android.md @@ -1365,7 +1365,7 @@ arrayObj2.forEach(function(e:any){ let mapObj = new Map() mapObj.put("name","zhangsan") mapObj.put("age",12) -mapObj.forEach(function(key:string,value:any){ +mapObj.forEach(function(value:any,key:string){ console.log(key) console.log(value) }) -- GitLab