Integer.parse was not used because it's not really I18N-safe

来源:互联网 发布:淘宝被永久封号怎么办 编辑:程序博客网 时间:2024/04/28 20:31

Integer.parse was not used because it's not really I18N-safe

 

try {
  java.text.Format format 
= java.text.NumberFormat.getNumberInstance();
}
 catch (Exception ex) {
  
//todo ....
}