bug解决:java.lang.NumberFormatException:for input string

1、bug显示信息:java.lang.NumberFormatException: For input string: "undefined"

2、问题描述:应用程序试图将某字符串转换成一种数值类型的数据时报错,显示该字符串不能转换为适当格式

3、我的出错点:在进行传值的时候,格式错误,缺少一个单引号,导致rid无法查到

4、相关文章:

(1)关于jstl EL用法的注意点(java.lang.NumberFormatException: For input string: "userName")

网址:https://blog.csdn.net/walkingmanc/article/details/7604485

(2)Java 如何将String转化为Int

网址:http://www.cnblogs.com/powerlx/p/6181835.html

(3)java.lang.NumberFormatException: For input string: "undefined"

https://blog.csdn.net/testcs_dn/article/details/50081681

 

 

你可能感兴趣的:(bug解决)