txt uses utf8 to store numbers, and java reads txt numbers with spaces in front of them.
PHP中文网
PHP中文网 2017-05-27 17:40:37
0
2
814

excel ---> txt

txt ---> utf8 [The first column of txt is a number, such as: 15484]

   BufferedReader

java -----------------> txt, memory storage is [,1,5,4,8,4]

In this case, I cannot use Integer.parseInt() to convert it to int type

I hope experts can help answer the following reasons and how to solve them? ? ? ?

PHP中文网
PHP中文网

认证0级讲师

reply all(2)
曾经蜡笔没有小新

Try converting to a string array

迷茫

Before asking questions, organize the questions and describe them clearly

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template