当我使用Integer.parseInt()函数时,当我在文本字段上输入1时,它会显示错误。

huangapple go评论80阅读模式
英文:

When I use the Integer.parseInt() function it shows me error when I put 1 on the Textfield

问题

我做了这个项目,但在某些情况下,编译器显示了我提供的错误。有人能帮助我调查吗?

英文:

当我使用Integer.parseInt()函数时,当我在文本字段上输入1时,它会显示错误。

I made the project, but in some conditions the compiler shows the error I've provided above. Would someone be able to help me to investigate it?

答案1

得分: 1

"serialNumberQuantity.getText()" 返回空字符串 ("")。你应该调试一下,看看这个值是否被你的代码中的某个条件覆盖了。

英文:

Seems that "serialNumberQuantity.getText()" in returning empty string (""). You should debug if the value is getting over ridden by some condition in your code.

huangapple
  • 本文由 发表于 2020年8月6日 13:34:09
  • 转载请务必保留本文链接:https://go.coder-hub.com/63277442.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定