08-01
15
低级错误:java.lang.NumberFormatException: For input string: "4;"
作者:Java伴侣 日期:2008-01-15
资源文件:
代码:
错误:
多个引号。。不能转型
引用内容
#调出文章数0-4,共5篇
js.count=4;
js.count=4;
代码:
引用内容
/**
* 取得资源文件
*/
java.util.ResourceBundle bundle = ResourceBundle.getBundle("ApplicationResourcesJS");//读取资源文件
int count=Integer.parseInt(bundle.getString("js.count"));
* 取得资源文件
*/
java.util.ResourceBundle bundle = ResourceBundle.getBundle("ApplicationResourcesJS");//读取资源文件
int count=Integer.parseInt(bundle.getString("js.count"));
错误:
引用内容
java.lang.NumberFormatException: For input string: "4;"
多个引号。。不能转型
评论: 0 | 引用: 0 | 查看次数: 2582
发表评论