package com.test; import java.io.*; public class GetData { int heightArray[] = new int[5]; public int[] getHightArray() { try { RandomAccessFile randomAccessFile = new RandomAccessFile("d:\\temp\\ColumnHeightArray.txt","r"); for (int i = 0;i < 5; i++) { heightArray[i] = Integer.parseInt(randomAccessFile.readLine()); } }catch(Exception e) { System.out.println(e); } return heightArray; } }

hefei100 LV2
2019年7月16日
NextOne LV2
2018年8月25日
364550246 LV15
2018年6月10日
a569497437 LV2
2018年5月7日
jiemozi LV2
2018年3月5日
15996932533 LV1
2018年2月22日
puhuiling LV9
2017年12月23日
sunnyH LV1
2017年12月8日
wxsuperwx LV17
2017年12月2日
lintaotao LV3
2017年9月13日

cz8857216 LV4
2024年8月7日
fesfefe LV13
2023年11月1日
189676630 LV4
2023年4月19日
tangjj7260 LV18
2021年10月26日
嘉琪拉 LV2
2021年8月31日
heshiyang LV1
2021年7月11日
我寄愁心 LV8
2021年6月22日
zhaojialiang LV7
2021年5月14日
江权盛 LV2
2020年12月28日
chenghao4u LV8
2020年11月25日