最佳答案
Java 代码如下:
String s = "0.01";
int i = Integer.parseInt(s);
但是这会抛出 NumberFormatException... 会出什么问题呢?