> 英语 >
A question of JavaScript About arr
For example,this is a part of the program.
Var arr,level=9
arr=new Array()
arr[0]=new Array()
Question:What's the meaning of arr?How to use it?
人气:233 ℃ 时间:2020-06-10 17:17:42
解答
javascript is a Dynamic Scripting Languagevar arr; // means that arr can be an integer,time(),array,etc.arr = new Array() // means now arr is an arrayarr[0] = new Array() // means that the first value...
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版