2, 3, 6, 1, 7, 8, 1, 0, 2, 4
how would I find each number?
I'm currently using the charAt() method, and was just wondering if there's an easier way to do this other than StringTokenizer.
更新1:
The numbers will be separated by commas, or at least something of one character length. So they won't be separated by 2 spaces or 3 commas, etc.