java

Integer.valueOf("str").intValue();

Integer.valueOf("123").intValue();
原文地址:https://www.cnblogs.com/500m/p/13872756.html