Is it possible to transform the position of an ArrayList into a String?

前端 未结 0 1079
日久生厌
日久生厌 2021-01-21 08:45

I was doing it like this

ArrayList p;
String pos1 = String.valueOf(p.get(0));
String pos2 = String.valueOf(p.get(1));

But it is not

相关标签:
回答
  • 消灭零回复
提交回复
热议问题