For example, there is a txt like this:
1,2,3.......
4,5,6......
7,8,9......
............
Explanation: the number of rows and columns in this txt is not fixed. How can I read each number in each line in sequence? The numbers in each line are separated by ",".
1,2,3.......
4,5,6......
7,8,9......
............
Explanation: the number of rows and columns in this txt is not fixed. How can I read each number in each line in sequence? The numbers in each line are separated by ",".
