- Category:
- Other systems
- Tags:
-
- File Size:
- 1kb
- Update:
- 2018-04-06
- Downloads:
- 0 Times
- Uploaded by:
- 少郎
Description: public static void main(String[] args) {
//File file = new File("d:\\shaolang.txt");
//ReadTxt(file);
File file = new File("d:\\XX.txt");
List list_Content = new ArrayList();
list_Content = ReadTxt(file);
int Contentleng = list_Content.size();
String Content = (String) list_Content.get(randInt(0, Contentleng));
System.out.println("hhh:"+Content);
}
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
ReadTxt.java | 3385 | 2018-04-04 |