提交 46657a34 编写于 作者: 杜庆泉's avatar 杜庆泉

Update uts-for-android.md

上级 b8ddb7a4
......@@ -1365,7 +1365,7 @@ arrayObj2.forEach(function(e:any){
let mapObj = new Map<string,any>()
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)
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册