您的位置:首页 > Web前端

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

2006-09-24 16:10 393 查看
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 ....


}

 

   
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐