java数组
Posted dai-py
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java数组相关的知识,希望对你有一定的参考价值。
1 public class arr{ 2 int []arr; 3 public arr(int a) { 4 this.arr = new int[10]; 5 for(int x= 0;x<a;x++) { 6 arr[x]=x+2; 7 } 8 } 9 10 11 public static void main (String []args){ 12 arr1 myarr =new arr1(10); 13 for(int x:myarr.arr) { 14 15 System.out.print(x); 16 17 } 18 19 20 } 21 22 23 }
以上是关于java数组的主要内容,如果未能解决你的问题,请参考以下文章
错误代码:错误域 = NSCocoaErrorDomain 代码 = 3840“JSON 文本没有以数组或对象和允许未设置片段的选项开头。”