how to assign value to a string array# Programming - 葵花宝典
G*G
1 楼
a string array with unknown length
how to assign value to it?
string [] a;
a[0]="good";
a[1]="morning";
why the above is wrong?
how to assign value to it?
string [] a;
a[0]="good";
a[1]="morning";
why the above is wrong?