标签: java
我是java的新手,我必须将-2.0934E-6这样的String转换为整数以进行一些计算。我希望有人有一个主意。提前致谢。赫尔曼
这就是我所做的:
Integer i = Integer.parseInt(c_Column2); out_Colum2Mod = i;